You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2009/11/02 21:08:30 UTC

svn commit: r832085 - /qpid/trunk/qpid/cpp/src/tests/cluster_tests.py

Author: aconway
Date: Mon Nov  2 20:08:30 2009
New Revision: 832085

URL: http://svn.apache.org/viewvc?rev=832085&view=rev
Log:
Remove incorrect import.

Modified:
    qpid/trunk/qpid/cpp/src/tests/cluster_tests.py

Modified: qpid/trunk/qpid/cpp/src/tests/cluster_tests.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/cluster_tests.py?rev=832085&r1=832084&r2=832085&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/cluster_tests.py (original)
+++ qpid/trunk/qpid/cpp/src/tests/cluster_tests.py Mon Nov  2 20:08:30 2009
@@ -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
 
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org