Files
openapi-generator-original/modules/openapi-generator
Sven Panne fd0847864a Fixed handling of dotted module names in python generator. (#2016)
Previously, if you used a packageName of the form "foo.bar.baz", half of the
generated files of the python generator went into a subdirectory
"foo/bar/baz" (correct), the other half went into a subdirectory
"foo.bar.baz" (incorrect).
2019-02-12 12:20:34 +08:00
..
2018-03-13 14:41:23 +08:00
2019-02-01 00:03:51 +01:00