/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to remote.py

Fix imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    NoSuchFile,
30
30
    NotLocalUrl,
31
31
    )
 
32
from bzrlib.foreign import (
 
33
    ForeignBranch,
 
34
    )
32
35
from bzrlib.lockable_files import (
33
36
    TransportLock,
34
37
    )
57
60
from bzrlib.plugins.git.dir import (
58
61
    GitDir,
59
62
    )
60
 
from bzrlib.plugins.git.foreign import (
61
 
    ForeignBranch,
62
 
    )
63
63
from bzrlib.plugins.git.repository import (
64
64
    GitRepositoryFormat,
65
65
    GitRepository,