summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorEric Windisch <eric@cloudscaling.com>2013-02-14 00:53:19 -0500
committerEric Windisch <eric@cloudscaling.com>2013-02-14 00:53:39 -0500
commitb0881bd5ff169330ac8e613ecf689b467b1b305d (patch)
tree08a74336a7c1e3fe9f0105c80a19458ee25ffed2 /bin
parent62d4d0f282f06c045758ca20589e8ec49599cad8 (diff)
downloadoslo-b0881bd5ff169330ac8e613ecf689b467b1b305d.tar.gz
oslo-b0881bd5ff169330ac8e613ecf689b467b1b305d.tar.xz
oslo-b0881bd5ff169330ac8e613ecf689b467b1b305d.zip
Cleanup imports
Bringing this into Nova, I found that it failed their pep8 checks (which are NOT ignored for the oslo imported binaries) Change-Id: I4fb7e32bc7e83faf4131302a06c4d9c2c16cab70
Diffstat (limited to 'bin')
-rwxr-xr-xbin/oslo-rpc-zmq-receiver3
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)