From 86a21c9f8ff4b418fc3475b0cbafe6ea3d5a158d Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 13 Nov 2009 00:18:08 +0000 Subject: No need to import from testrunner; allows this to run on Windows as well. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@835656 13f79535-47bb-0310-9956-ffa450edef68 --- python/tests_0-10/persistence.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/tests_0-10/persistence.py b/python/tests_0-10/persistence.py index b93bb0bbfb..e9cf9b7caa 100644 --- a/python/tests_0-10/persistence.py +++ b/python/tests_0-10/persistence.py @@ -17,7 +17,8 @@ # under the License. # from qpid.datatypes import Message, RangedSet -from qpid.testlib import testrunner, TestBase010 +#from qpid.testlib import testrunner, TestBase010 +from qpid.testlib import TestBase010 class PersistenceTests(TestBase010): def test_delete_queue_after_publish(self): -- cgit v1.2.1