/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_commit.py

  • Committer: Jelmer Vernooij
  • Date: 2009-06-09 14:15:11 UTC
  • Revision ID: jelmer@samba.org-20090609141511-0esnzdqqsk3dlj57
Fix import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    tests,
27
27
    uncommit,
28
28
    )
29
 
try:
30
 
    from bzrlib import bencode
31
 
except ImportError:
32
 
    from bzrlib.util import bencode
 
29
from bzrlib.util import bencode
33
30
 
34
31
from bzrlib.plugins.gtk import commit
35
32