Author: shuston
Date: Fri Nov 13 00:18:08 2009
New Revision: 835656

URL: http://svn.apache.org/viewvc?rev=835656&view=rev
Log:
No need to import from testrunner; allows this to run on Windows as well.

Modified:
    qpid/trunk/qpid/python/tests_0-10/persistence.py

Modified: qpid/trunk/qpid/python/tests_0-10/persistence.py
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/python/tests_0-10/persistence.py?rev=835656&r1=835655&r2=835656&view=diff
==============================================================================
--- qpid/trunk/qpid/python/tests_0-10/persistence.py (original)
+++ qpid/trunk/qpid/python/tests_0-10/persistence.py Fri Nov 13 00:18:08 2009
@@ -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):



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to