/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/graph.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:
1662
1662
try:
1663
1663
    from bzrlib._known_graph_pyx import KnownGraph
1664
1664
except ImportError, e:
1665
 
    osutils._failed_to_load_extension(e)
 
1665
    osutils.failed_to_load_extension(e)
1666
1666
    from bzrlib._known_graph_py import KnownGraph