~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test__static_tuple_interned.py

  • Committer: John Arbash Meinel
  • Date: 2009-10-07 15:29:51 UTC
  • mto: (4679.6.1 2.1-export-c-api)
  • mto: This revision was merged to the branch mainline in revision 4735.
  • Revision ID: john@arbash-meinel.com-20091007152951-znm1sri21leolq61
Minor tweak.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
try:
36
36
    from bzrlib._static_tuple_c import StaticTuple
37
37
except ImportError:
38
 
    pass
 
38
    from bzrlib._static_tuple_py import StaticTuple
39
39
 
40
40
 
41
41
# Even though this is an extension, we don't permute the tests for a python