diff options
| author | Ted Ross <tross@apache.org> | 2008-09-24 17:33:24 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-09-24 17:33:24 +0000 |
| commit | 35c289537158937a6e24bd2ed1cb0c5a0f3374ca (patch) | |
| tree | 0c2644e77878ec9521e8457cbb5da39f1ac63ebe /qpid/python | |
| parent | ee61ff860a439cb55084e9a6345fe715c9fc2c7c (diff) | |
| download | qpid-python-35c289537158937a6e24bd2ed1cb0c5a0f3374ca.tar.gz | |
Remove unneeded import statement
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@698665 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/tests_0-10/management.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/python/tests_0-10/management.py b/qpid/python/tests_0-10/management.py index 7e18967803..3fca87a702 100644 --- a/qpid/python/tests_0-10/management.py +++ b/qpid/python/tests_0-10/management.py @@ -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): """ |
