~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_annotate.py

  • Committer: Jelmer Vernooij
  • Date: 2010-12-24 22:40:27 UTC
  • mto: This revision was merged to the branch mainline in revision 5588.
  • Revision ID: jelmer@samba.org-20101224224027-pvmx1m1mwf0ous0g
Remove unused imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
from bzrlib import (
23
23
    annotate,
24
 
    conflicts,
25
 
    errors,
26
24
    tests,
27
 
    trace,
28
25
    )
29
26
 
30
27