~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/chk_map.py

  • Committer: Robert Collins
  • Date: 2010-05-06 23:54:05 UTC
  • mto: This revision was merged to the branch mainline in revision 5223.
  • Revision ID: robertc@robertcollins.net-20100506235405-wii4elupfhzl3jvy
Add __str__ to the new helper classes.

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,