~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/chk_map.py

  • Committer: Martin Pool
  • Date: 2009-09-11 06:36:50 UTC
  • mto: This revision was merged to the branch mainline in revision 4688.
  • Revision ID: mbp@sourcefrog.net-20090911063650-yvb522sbe6k0i62r
Only mutter extension load errors when they occur, and record for later

Show diffs side-by-side

added added

removed removed

Lines of Context:
1638
1638
        _deserialise_internal_node,
1639
1639
        )
1640
1640
except ImportError, e:
1641
 
    osutils._failed_to_load_extension(e)
 
1641
    osutils.failed_to_load_extension(e)
1642
1642
    from bzrlib._chk_map_py import (
1643
1643
        _search_key_16,
1644
1644
        _search_key_255,