summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEric Windisch <eric@cloudscaling.com>2012-08-14 15:49:59 -0400
committerEric Windisch <eric@cloudscaling.com>2012-08-14 15:54:51 -0400
commitd43aef046e120f5d1cacc3a60d8f4100b104faed (patch)
tree4c4689c71452f80b8740a1d286b514d2365a851b /tests
parent0d446cd6cdaf968b830f51fba2e547da2d98a65b (diff)
downloadoslo-d43aef046e120f5d1cacc3a60d8f4100b104faed.tar.gz
oslo-d43aef046e120f5d1cacc3a60d8f4100b104faed.tar.xz
oslo-d43aef046e120f5d1cacc3a60d8f4100b104faed.zip
Remove amqp import from rpc/test_common
This import is no longer used. Change-Id: I4683a5b173fecc345b27c43b6cace39b4b491e8b
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