~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Jonathan Lange
  • Date: 2009-05-01 06:41:43 UTC
  • mto: This revision was merged to the branch mainline in revision 4320.
  • Revision ID: jml@canonical.com-20090501064143-sau7sklin075c06l
Unused import

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    errors,
31
31
    symbol_versioning,
32
32
    )
33
 
from bzrlib.progress import ProgressPhase
34
33
from bzrlib.revision import NULL_REVISION
35
34
from bzrlib.tsort import topo_sort
36
35
from bzrlib.trace import mutter