yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #31122
[Bug 1441062] [NEW] sort the attribute in __all__ as the import sequence in the api/__init__.py
Public bug reported:
In the api/__init__.py the import sequence is by alphabet,
(https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/__init__.py#L34-L48)
I think the attribute in __all__ can sort as the import sequence is much better.
(https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/__init__.py#L51-L67)
** Affects: horizon
Importance: Undecided
Assignee: tinytmy (tangmeiyan77)
Status: New
** Changed in: horizon
Assignee: (unassigned) => tinytmy (tangmeiyan77)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1441062
Title:
sort the attribute in __all__ as the import sequence in the
api/__init__.py
Status in OpenStack Dashboard (Horizon):
New
Bug description:
In the api/__init__.py the import sequence is by alphabet,
(https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/__init__.py#L34-L48)
I think the attribute in __all__ can sort as the import sequence is much better.
(https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/__init__.py#L51-L67)
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1441062/+subscriptions
Follow ups
References