~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/chk_map.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-21 13:36:51 UTC
  • mfrom: (5243.2.1 readdir_cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20100521133651-p62dndo2giy5ls21
(lifeless) Some cleanups to the readdir pyrex code for a little efficiency
 and to avoid compile warnings. (John A Meinel)

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,
1730
1731
        _search_key_16,
1731
1732
        _search_key_255,
1732
1733
        _deserialise_leaf_node,
1735
1736
except ImportError, e:
1736
1737
    osutils.failed_to_load_extension(e)
1737
1738
    from bzrlib._chk_map_py import (
 
1739
        _bytes_to_text_key,
1738
1740
        _search_key_16,
1739
1741
        _search_key_255,
1740
1742
        _deserialise_leaf_node,