diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-02-14 15:16:41 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-02-14 15:16:41 +0000 |
| commit | bfd17fd6cf35f26661c8e446f1a42095abc2eaf4 (patch) | |
| tree | 996a8e3dbc5b037004c6f67f54b771e60d23a170 | |
| parent | 79f006a9ece4fef859279d9f7f54120c21f6b140 (diff) | |
| parent | b0881bd5ff169330ac8e613ecf689b467b1b305d (diff) | |
| download | oslo-bfd17fd6cf35f26661c8e446f1a42095abc2eaf4.tar.gz oslo-bfd17fd6cf35f26661c8e446f1a42095abc2eaf4.tar.xz oslo-bfd17fd6cf35f26661c8e446f1a42095abc2eaf4.zip | |
Merge "Cleanup imports"
| -rwxr-xr-x | bin/oslo-rpc-zmq-receiver | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/oslo-rpc-zmq-receiver b/bin/oslo-rpc-zmq-receiver index 00f4a85..172136b 100755 --- a/bin/oslo-rpc-zmq-receiver +++ b/bin/oslo-rpc-zmq-receiver @@ -22,8 +22,6 @@ import contextlib import os import sys -import zmq - # If ../oslo/__init__.py exists, add ../ to Python search path, so that # it will override what happens to be installed in /usr/(local/)lib/python... POSSIBLE_TOPDIR = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]), @@ -36,7 +34,6 @@ from openstack.common import cfg from openstack.common import log as logging from openstack.common import rpc from openstack.common.rpc import impl_zmq -from openstack.common import processutils as utils CONF = cfg.CONF CONF.register_opts(rpc.rpc_opts) |
