mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
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
7 lines
409 B
Python
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__)
|