You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2008/09/24 19:33:24 UTC

svn commit: r698665 - /incubator/qpid/trunk/qpid/python/tests_0-10/management.py

Author: tross
Date: Wed Sep 24 10:33:24 2008
New Revision: 698665

URL: http://svn.apache.org/viewvc?rev=698665&view=rev
Log:
Remove unneeded import statement

Modified:
    incubator/qpid/trunk/qpid/python/tests_0-10/management.py

Modified: incubator/qpid/trunk/qpid/python/tests_0-10/management.py
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/tests_0-10/management.py?rev=698665&r1=698664&r2=698665&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/tests_0-10/management.py (original)
+++ incubator/qpid/trunk/qpid/python/tests_0-10/management.py Wed Sep 24 10:33:24 2008
@@ -20,7 +20,6 @@
 from qpid.datatypes import Message, RangedSet
 from qpid.testlib import TestBase010
 from qpid.management import managementChannel, managementClient
-from qpid import qmfconsole
 
 class ManagementTest (TestBase010):
     """