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):
"""