ports/sysutils/py-azure-cli-base/files/__init__.py
Danilo G. Baio 4db9af1d34 Add USES azurepy: Shared namespace for py-azure-* ports
USES=azurepy provides common files that are shared among all
py-azure-* ports:
  azure/__init__.py
  azure/cli/__init__.py
  azure/cli/command_modules/__init__.py
  azure/mgmt/__init__.py
  azure/mgmt/datalake/__init__.py

Reviewed by:	antoine, mat
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D18573
2019-01-26 12:52:06 +00:00

7 lines
409 B
Python

# --------------------------------------------------------------------------------------------
# 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
pkg_resources.declare_namespace(__name__)