summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-08-20 16:53:07 +0000
committerGerrit Code Review <review@openstack.org>2012-08-20 16:53:07 +0000
commitf7b87701444d035e82ae6ac6954e8ad84aab5baf (patch)
treedb0f49dc70237cff47d8f0ef5463942c44d12a55 /tests
parent31495c3a9d31920cea8f98fef23b10958d38e6a5 (diff)
parentd43aef046e120f5d1cacc3a60d8f4100b104faed (diff)
downloadoslo-f7b87701444d035e82ae6ac6954e8ad84aab5baf.tar.gz
oslo-f7b87701444d035e82ae6ac6954e8ad84aab5baf.tar.xz
oslo-f7b87701444d035e82ae6ac6954e8ad84aab5baf.zip
Merge "Remove amqp import from rpc/test_common"
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/rpc/test_common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/rpc/test_common.py b/tests/unit/rpc/test_common.py
index 09f7b59..2066a64 100644
--- a/tests/unit/rpc/test_common.py
+++ b/tests/unit/rpc/test_common.py
@@ -26,7 +26,6 @@ from openstack.common import exception
from openstack.common import importutils
from openstack.common import jsonutils
from openstack.common import rpc
-from openstack.common.rpc import amqp as rpc_amqp
from openstack.common.rpc import common as rpc_common
from tests.unit.rpc import common
from tests import utils as test_utils