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

Use relative imports where possible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    write_packed_refs,
58
58
    )
59
59
 
60
 
from bzrlib import (
 
60
from ... import (
61
61
    transport as _mod_transport,
62
62
    )
63
 
from bzrlib.errors import (
 
63
from ...errors import (
64
64
    FileExists,
65
65
    NoSuchFile,
66
66
    TransportNotPossible,