summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_tests.py
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-10 21:09:56 +0000
committerAlan Conway <aconway@apache.org>2009-11-10 21:09:56 +0000
commit0caf9647078392d464386d030c6a014b642ef35f (patch)
tree962e5db4f3dc6dab0db2b717c9ad08b39990f979 /cpp/src/tests/cluster_tests.py
parent03e7b94f1e12cf90e08196327d56aeabbee6cbdf (diff)
downloadqpid-python-0caf9647078392d464386d030c6a014b642ef35f.tar.gz
Moved brokertest.py to python directory.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_tests.py')
-rwxr-xr-xcpp/src/tests/cluster_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/cluster_tests.py b/cpp/src/tests/cluster_tests.py
index 07050c922f..75e51b6d57 100755
--- a/cpp/src/tests/cluster_tests.py
+++ b/cpp/src/tests/cluster_tests.py
@@ -19,11 +19,11 @@
#
import os, signal, sys, time
-from threading import Thread
-from brokertest import *
from qpid import datatypes, messaging
+from qpid.brokertest import *
from qpid.harness import Skipped
from qpid.messaging import Message
+from threading import Thread
class ClusterTests(BrokerTest):