/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: Vincent Ladeuil
  • Date: 2009-05-06 11:51:38 UTC
  • mfrom: (628.1.2 gtk)
  • Revision ID: v.ladeuil+lp@free.fr-20090506115138-7abxvg2qz4gzraup
UpgradeĀ COMPATIBLE_BZR_VERSIONS

Show diffs side-by-side

added added

removed removed

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