summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-02 20:08:30 +0000
committerAlan Conway <aconway@apache.org>2009-11-02 20:08:30 +0000
commit4390410f9fc2f6c7b0cf3ec3a2ae89ead21afcb3 (patch)
tree267058f5355ebe34448d034f06e85187a3eff7f4 /cpp/src/tests
parent63312ea70687019a4158d11b293af6e7c4207ec8 (diff)
downloadqpid-python-4390410f9fc2f6c7b0cf3ec3a2ae89ead21afcb3.tar.gz
Remove incorrect import.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@832085 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rwxr-xr-xcpp/src/tests/cluster_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster_tests.py b/cpp/src/tests/cluster_tests.py
index 3613f564bd..a3fbeeadab 100755
--- a/cpp/src/tests/cluster_tests.py
+++ b/cpp/src/tests/cluster_tests.py
@@ -20,7 +20,7 @@
import os, signal, sys
from brokertest import *
-from qpid import datatypes, messaging, tests
+from qpid import datatypes, messaging
from testlib import TestBaseCluster # Old framework