Skip to content

Commit

Permalink
add __init__.py under vendored_sdks (#3038)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhou-msft authored Feb 24, 2021
1 parent ec19257 commit 21ae11c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/vmware/azext_vmware/vendored_sdks/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

__path__ = __import__('pkgutil').extend_path(__path__, __name__)

0 comments on commit 21ae11c

Please sign in to comment.