/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to revisionview.py

  • Committer: Jelmer Vernooij
  • Date: 2009-06-10 18:07:35 UTC
  • Revision ID: jelmer@samba.org-20090610180735-w6efmw1c233z105e
Reorder bencode imports, prefer the new location to prevent deprecation warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from bzrlib import trace
26
26
from bzrlib.osutils import format_date
27
27
try:
 
28
    from bzrlib.bencode import bdecode
 
29
except ImportError:
28
30
    from bzrlib.util.bencode import bdecode
29
 
except ImportError:
30
 
    from bzrlib.bencode import bdecode
31
31
from bzrlib.testament import Testament
32
32
 
33
33
from bzrlib.plugins.gtk import icon_path