From 7233f90b7b33e6ecbc56729ae38fd5d573549320 Mon Sep 17 00:00:00 2001 From: Zunli Hu Date: Thu, 7 Jan 2021 09:40:42 +0800 Subject: [PATCH] add init file (#2866) --- .../azext_cosmosdb_preview/vendored_sdks/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/cosmosdb-preview/azext_cosmosdb_preview/vendored_sdks/__init__.py diff --git a/src/cosmosdb-preview/azext_cosmosdb_preview/vendored_sdks/__init__.py b/src/cosmosdb-preview/azext_cosmosdb_preview/vendored_sdks/__init__.py new file mode 100644 index 00000000000..a5b81f3bde4 --- /dev/null +++ b/src/cosmosdb-preview/azext_cosmosdb_preview/vendored_sdks/__init__.py @@ -0,0 +1,6 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +__import__('pkg_resources').declare_namespace(__name__)