diff --git a/samples/client/petstore/python/petstore_api/model/__init__.py b/samples/client/petstore/python/petstore_api/model/__init__.py index cfe32b78492..027452f37a8 100644 --- a/samples/client/petstore/python/petstore_api/model/__init__.py +++ b/samples/client/petstore/python/petstore_api/model/__init__.py @@ -2,4 +2,4 @@ # reference which would not work in python2 # do not import all models into this module because that uses a lot of memory and stack frames # if you need the ability to import all models from one package, import them with -# from {{packageName}.models import ModelA, ModelB +# from petstore_api.models import ModelA, ModelB diff --git a/samples/client/petstore/python_disallowAdditionalPropertiesIfNotPresent/petstore_api/model/__init__.py b/samples/client/petstore/python_disallowAdditionalPropertiesIfNotPresent/petstore_api/model/__init__.py index cfe32b78492..027452f37a8 100644 --- a/samples/client/petstore/python_disallowAdditionalPropertiesIfNotPresent/petstore_api/model/__init__.py +++ b/samples/client/petstore/python_disallowAdditionalPropertiesIfNotPresent/petstore_api/model/__init__.py @@ -2,4 +2,4 @@ # reference which would not work in python2 # do not import all models into this module because that uses a lot of memory and stack frames # if you need the ability to import all models from one package, import them with -# from {{packageName}.models import ModelA, ModelB +# from petstore_api.models import ModelA, ModelB diff --git a/samples/openapi3/client/extensions/x-auth-id-alias/python/x_auth_id_alias/model/__init__.py b/samples/openapi3/client/extensions/x-auth-id-alias/python/x_auth_id_alias/model/__init__.py index cfe32b78492..7462dab04ee 100644 --- a/samples/openapi3/client/extensions/x-auth-id-alias/python/x_auth_id_alias/model/__init__.py +++ b/samples/openapi3/client/extensions/x-auth-id-alias/python/x_auth_id_alias/model/__init__.py @@ -2,4 +2,4 @@ # reference which would not work in python2 # do not import all models into this module because that uses a lot of memory and stack frames # if you need the ability to import all models from one package, import them with -# from {{packageName}.models import ModelA, ModelB +# from x_auth_id_alias.models import ModelA, ModelB diff --git a/samples/openapi3/client/features/dynamic-servers/python/dynamic_servers/model/__init__.py b/samples/openapi3/client/features/dynamic-servers/python/dynamic_servers/model/__init__.py index cfe32b78492..96df4662142 100644 --- a/samples/openapi3/client/features/dynamic-servers/python/dynamic_servers/model/__init__.py +++ b/samples/openapi3/client/features/dynamic-servers/python/dynamic_servers/model/__init__.py @@ -2,4 +2,4 @@ # reference which would not work in python2 # do not import all models into this module because that uses a lot of memory and stack frames # if you need the ability to import all models from one package, import them with -# from {{packageName}.models import ModelA, ModelB +# from dynamic_servers.models import ModelA, ModelB diff --git a/samples/openapi3/client/petstore/python/petstore_api/model/__init__.py b/samples/openapi3/client/petstore/python/petstore_api/model/__init__.py index cfe32b78492..027452f37a8 100644 --- a/samples/openapi3/client/petstore/python/petstore_api/model/__init__.py +++ b/samples/openapi3/client/petstore/python/petstore_api/model/__init__.py @@ -2,4 +2,4 @@ # reference which would not work in python2 # do not import all models into this module because that uses a lot of memory and stack frames # if you need the ability to import all models from one package, import them with -# from {{packageName}.models import ModelA, ModelB +# from petstore_api.models import ModelA, ModelB