/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 tests/test_revisionview.py

  • Committer: Jelmer Vernooij
  • Date: 2009-06-09 14:51:48 UTC
  • Revision ID: jelmer@samba.org-20090609145148-5fl13n7xb1rw3iz9
Fix more bencode imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    revision,
26
26
    )
27
27
try:
 
28
    from bzrlib.util import bencode
 
29
except ImportError:
28
30
    from bzrlib import bencode
29
 
except ImportError:
30
 
    from bzrlib.util import bencode
31
31
 
32
32
from bzrlib.plugins.gtk import revisionview
33
33