summaryrefslogtreecommitdiff
path: root/python/tests_0-8/queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests_0-8/queue.py')
-rw-r--r--python/tests_0-8/queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests_0-8/queue.py b/python/tests_0-8/queue.py
index 60ac4c3dfb..b7a41736ab 100644
--- a/python/tests_0-8/queue.py
+++ b/python/tests_0-8/queue.py
@@ -19,7 +19,7 @@
from qpid.client import Client, Closed
from qpid.queue import Empty
from qpid.content import Content
-from qpid.testlib import testrunner, TestBase
+from qpid.testlib import TestBase
class QueueTests(TestBase):
"""Tests for 'methods' on the amqp queue 'class'"""