From 56abce3fbd037ce43d7feb9a2a93a3a4e272d79f Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Sun, 23 Sep 2012 18:41:09 -0700 Subject: [PATCH] moved to client folder --- samples/client/petstore/python/PythonPetstoreCodegen.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/python/PythonPetstoreCodegen.scala b/samples/client/petstore/python/PythonPetstoreCodegen.scala index f5d14174bf0..6d08e88e861 100644 --- a/samples/client/petstore/python/PythonPetstoreCodegen.scala +++ b/samples/client/petstore/python/PythonPetstoreCodegen.scala @@ -7,7 +7,7 @@ import java.io.File object PythonPetstoreCodegen extends BasicPythonGenerator { def main(args: Array[String]) = generateClient(args) - override def destinationDir = "samples/petstore/python" + override def destinationDir = "samples/client/petstore/python" override def supportingFiles = List( ("__init__.mustache", destinationDir, "__init__.py"),