From e177a4b757e7db46e6b2004ffb0f01e4ea300b35 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sat, 5 Feb 2022 16:37:56 +0800 Subject: [PATCH] update samples --- samples/client/petstore/python/petstore_api/model/__init__.py | 2 +- .../petstore_api/model/__init__.py | 2 +- .../x-auth-id-alias/python/x_auth_id_alias/model/__init__.py | 2 +- .../dynamic-servers/python/dynamic_servers/model/__init__.py | 2 +- .../client/petstore/python/petstore_api/model/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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