summaryrefslogtreecommitdiff
path: root/oslo_messaging/opts.py
diff options
context:
space:
mode:
authorZhijunWei <wzj334965317@outlook.com>2018-12-28 22:52:08 +0800
committerZhijunWei <wzj334965317@outlook.com>2019-01-21 19:45:42 -0500
commitcb902e5aff5533337cab0e7dbb4d8723a93a497e (patch)
tree532786aae59f0d0efe28f2294dea2f39f47bbbb3 /oslo_messaging/opts.py
parent0a784d260465bc7ba878bedeb5c1f184e5ff6e2e (diff)
downloadoslo-messaging-cb902e5aff5533337cab0e7dbb4d8723a93a497e.tar.gz
Update hacking version
update the hacking to latest, duo to[1] [1]: https://github.com/openstack/oslo.messaging/blob/master/HACKING.rst Change-Id: I1ee7387272690f0de0d7b1937d7c2b0ee404063c
Diffstat (limited to 'oslo_messaging/opts.py')
-rw-r--r--oslo_messaging/opts.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/oslo_messaging/opts.py b/oslo_messaging/opts.py
index 325aa08..36d25a7 100644
--- a/oslo_messaging/opts.py
+++ b/oslo_messaging/opts.py
@@ -13,10 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-__all__ = [
- 'list_opts'
-]
-
import copy
import itertools
@@ -30,6 +26,9 @@ from oslo_messaging.rpc import client
from oslo_messaging import server
from oslo_messaging import transport
+__all__ = [
+ 'list_opts'
+]
_global_opt_lists = [
drivers_base.base_opts,