summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_tests.py
diff options
context:
space:
mode:
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):