~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/btree_index.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:
1386
1386
try:
1387
1387
    from bzrlib import _btree_serializer_pyx as _btree_serializer
1388
1388
except ImportError, e:
1389
 
    osutils._failed_to_load_extension(e)
 
1389
    osutils.failed_to_load_extension(e)
1390
1390
    from bzrlib import _btree_serializer_py as _btree_serializer