File tree Expand file tree Collapse file tree 10 files changed +6
-29
lines changed
azure-devops/azext_devops Expand file tree Collapse file tree 10 files changed +6
-29
lines changed Original file line number Diff line number Diff line change 22# Copyright (c) Microsoft Corporation. All rights reserved.
33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
5- import pkg_resources
6- pkg_resources .declare_namespace (__name__ )
Original file line number Diff line number Diff line change 22# Copyright (c) Microsoft Corporation. All rights reserved.
33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
5- import pkg_resources
6- from ._help import load_admin_help
75
8- pkg_resources . declare_namespace ( __name__ )
6+ from . _help import load_admin_help
97
108load_admin_help ()
Original file line number Diff line number Diff line change 22# Copyright (c) Microsoft Corporation. All rights reserved.
33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
5- import pkg_resources
6- from ._help import load_artifacts_help
7-
85
9- pkg_resources . declare_namespace ( __name__ )
6+ from . _help import load_artifacts_help
107
118load_artifacts_help ()
Original file line number Diff line number Diff line change 22# Copyright (c) Microsoft Corporation. All rights reserved.
33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
5- import pkg_resources
6- from ._help import load_boards_help
75
8- pkg_resources . declare_namespace ( __name__ )
6+ from . _help import load_boards_help
97
108load_boards_help ()
Original file line number Diff line number Diff line change 22# Copyright (c) Microsoft Corporation. All rights reserved.
33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
5- import pkg_resources
6- pkg_resources .declare_namespace (__name__ )
Original file line number Diff line number Diff line change 33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
55
6- import pkg_resources
7- from ._help import load_pipelines_help
86
9- pkg_resources . declare_namespace ( __name__ )
7+ from . _help import load_pipelines_help
108
119load_pipelines_help ()
Original file line number Diff line number Diff line change 22# Copyright (c) Microsoft Corporation. All rights reserved.
33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
5-
6- import pkg_resources
7-
8- pkg_resources .declare_namespace (__name__ )
Original file line number Diff line number Diff line change 22# Copyright (c) Microsoft Corporation. All rights reserved.
33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
5- import pkg_resources
6- from ._help import load_repos_help
75
8- pkg_resources . declare_namespace ( __name__ )
6+ from . _help import load_repos_help
97
108load_repos_help ()
Original file line number Diff line number Diff line change 22# Copyright (c) Microsoft Corporation. All rights reserved.
33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
5- import pkg_resources
6- pkg_resources .declare_namespace (__name__ )
Original file line number Diff line number Diff line change 11# --------------------------------------------------------------------------------------------
22# Copyright (c) Microsoft Corporation. All rights reserved.
33# Licensed under the MIT License. See License.txt in the project root for license information.
4- # --------------------------------------------------------------------------------------------
5- import pkg_resources
6- pkg_resources .declare_namespace (__name__ )
4+ # --------------------------------------------------------------------------------------------s
You can’t perform that action at this time.
0 commit comments