forked from loafle/openapi-generator-original
moved to client folder
This commit is contained in:
parent
b6b80474b7
commit
56abce3fbd
@ -7,7 +7,7 @@ import java.io.File
|
|||||||
object PythonPetstoreCodegen extends BasicPythonGenerator {
|
object PythonPetstoreCodegen extends BasicPythonGenerator {
|
||||||
def main(args: Array[String]) = generateClient(args)
|
def main(args: Array[String]) = generateClient(args)
|
||||||
|
|
||||||
override def destinationDir = "samples/petstore/python"
|
override def destinationDir = "samples/client/petstore/python"
|
||||||
|
|
||||||
override def supportingFiles = List(
|
override def supportingFiles = List(
|
||||||
("__init__.mustache", destinationDir, "__init__.py"),
|
("__init__.mustache", destinationDir, "__init__.py"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user