Rev 4754: Minor tweak. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-static-tuple

John Arbash Meinel john at arbash-meinel.com
Wed Oct 7 16:30:06 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1-static-tuple

------------------------------------------------------------
revno: 4754
revision-id: john at arbash-meinel.com-20091007152951-znm1sri21leolq61
parent: john at arbash-meinel.com-20091007152724-m1w3zh7zt1aj4b0e
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1-static-tuple
timestamp: Wed 2009-10-07 10:29:51 -0500
message:
  Minor tweak.
-------------- next part --------------
=== modified file 'bzrlib/tests/test__static_tuple_interned.py'
--- a/bzrlib/tests/test__static_tuple_interned.py	2009-10-02 20:32:50 +0000
+++ b/bzrlib/tests/test__static_tuple_interned.py	2009-10-07 15:29:51 +0000
@@ -35,7 +35,7 @@
 try:
     from bzrlib._static_tuple_c import StaticTuple
 except ImportError:
-    pass
+    from bzrlib._static_tuple_py import StaticTuple
 
 
 # Even though this is an extension, we don't permute the tests for a python



More information about the bazaar-commits mailing list