Add polymorphism support for python (#6066)

This commit is contained in:
Jeff
2017-07-23 09:25:39 -07:00
committed by wing328
parent 4a8d9c3509
commit 67288b1303
2 changed files with 22 additions and 1 deletions

View File

@@ -41,7 +41,8 @@ public class PythonClientCodegen extends DefaultCodegen implements CodegenConfig
// clear import mapping (from default generator) as python does not use it
// at the moment
importMapping.clear();
supportsInheritance = true;
modelPackage = "models";
apiPackage = "api";
outputFolder = "generated-code" + File.separatorChar + "python";