diff options
author | Alan Conway <aconway@apache.org> | 2009-11-02 20:08:30 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-11-02 20:08:30 +0000 |
commit | 4390410f9fc2f6c7b0cf3ec3a2ae89ead21afcb3 (patch) | |
tree | 267058f5355ebe34448d034f06e85187a3eff7f4 /cpp/src/tests | |
parent | 63312ea70687019a4158d11b293af6e7c4207ec8 (diff) | |
download | qpid-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-x | cpp/src/tests/cluster_tests.py | 2 |
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 |