summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-02-14 15:16:41 +0000
committerGerrit Code Review <review@openstack.org>2013-02-14 15:16:41 +0000
commitbfd17fd6cf35f26661c8e446f1a42095abc2eaf4 (patch)
tree996a8e3dbc5b037004c6f67f54b771e60d23a170
parent79f006a9ece4fef859279d9f7f54120c21f6b140 (diff)
parentb0881bd5ff169330ac8e613ecf689b467b1b305d (diff)
downloadoslo-bfd17fd6cf35f26661c8e446f1a42095abc2eaf4.tar.gz
oslo-bfd17fd6cf35f26661c8e446f1a42095abc2eaf4.tar.xz
oslo-bfd17fd6cf35f26661c8e446f1a42095abc2eaf4.zip
Merge "Cleanup imports"
-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)