~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/chk_map.py

  • Committer: Martin Pool
  • Date: 2009-07-29 04:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 4688.
  • Revision ID: mbp@sourcefrog.net-20090729043344-oktumz4b3lcdow2k
More warnings when failing to load extensions

Show diffs side-by-side

added added

removed removed

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