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

Use relative imports where possible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
import urllib
23
23
 
24
 
from bzrlib import (
 
24
from ... import (
25
25
    errors as bzr_errors,
26
26
    trace,
27
27
    osutils,
28
28
    revision as _mod_revision,
29
29
    urlutils,
30
30
    )
31
 
from bzrlib.bzrdir import CreateRepository
32
 
from bzrlib.transport import do_catching_redirections
 
31
from ...bzrdir import CreateRepository
 
32
from ...transport import do_catching_redirections
33
33
 
34
 
from bzrlib.controldir import (
 
34
from ...controldir import (
35
35
    ControlDir,
36
36
    ControlDirFormat,
37
37
    format_registry,