summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-11-13 00:18:08 +0000
committerStephen D. Huston <shuston@apache.org>2009-11-13 00:18:08 +0000
commite3db10827957a8bad7e7e2c75f7cdc53b808f8ff (patch)
treeee45081980f5667c08a1b20fa68b5dd4827f786f /qpid/python
parent0eb7e82b9591d0dc791776c553767b8d0e3280f2 (diff)
downloadqpid-python-e3db10827957a8bad7e7e2c75f7cdc53b808f8ff.tar.gz
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@835656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/tests_0-10/persistence.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/python/tests_0-10/persistence.py b/qpid/python/tests_0-10/persistence.py
index b93bb0bbfb..e9cf9b7caa 100644
--- a/qpid/python/tests_0-10/persistence.py
+++ b/qpid/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):