/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/chk_map.py

  • Committer: Robert Collins
  • Date: 2010-05-06 07:48:22 UTC
  • mto: This revision was merged to the branch mainline in revision 5223.
  • Revision ID: robertc@robertcollins.net-20100506074822-0bsgf2j4h8jx0xkk
Added ``bzrlib.tests.matchers`` as a place to put matchers, along with
our first in-tree matcher. See the module docstring for details.
(Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1727
1727
 
1728
1728
try:
1729
1729
    from bzrlib._chk_map_pyx import (
1730
 
        _bytes_to_text_key,
1731
1730
        _search_key_16,
1732
1731
        _search_key_255,
1733
1732
        _deserialise_leaf_node,
1736
1735
except ImportError, e:
1737
1736
    osutils.failed_to_load_extension(e)
1738
1737
    from bzrlib._chk_map_py import (
1739
 
        _bytes_to_text_key,
1740
1738
        _search_key_16,
1741
1739
        _search_key_255,
1742
1740
        _deserialise_leaf_node,