~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/fetch.py

  • Committer: Andrew Bennetts
  • Date: 2007-04-20 04:18:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: andrew.bennetts@canonical.com-20070420041837-txtmgcf5e26rlagl
RemoveĀ unusedĀ import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
import bzrlib.ui
46
46
 
47
47
from bzrlib.lazy_import import lazy_import
48
 
lazy_import(globals(), '''
49
 
from bzrlib.remote import RemoteRepository
50
 
''')
51
48
 
52
49
# TODO: Avoid repeatedly opening weaves so many times.
53
50