/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/btree_index.py

  • Committer: Vincent Ladeuil
  • Date: 2009-06-23 07:10:03 UTC
  • mfrom: (4459.2.4 cleanup)
  • mto: This revision was merged to the branch mainline in revision 4472.
  • Revision ID: v.ladeuil+lp@free.fr-20090623071003-a5eok9j6ebmj049m
Use consistent naming rules for pyrex modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1388
1388
 
1389
1389
 
1390
1390
try:
1391
 
    from bzrlib import _btree_serializer_c as _btree_serializer
 
1391
    from bzrlib import _btree_serializer_pyx as _btree_serializer
1392
1392
except ImportError:
1393
1393
    from bzrlib import _btree_serializer_py as _btree_serializer