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

Use relative imports where possible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import stat
24
24
import posixpath
25
25
 
26
 
from bzrlib import (
 
26
from ... import (
27
27
    delta,
28
28
    errors,
29
29
    inventory,
32
32
    tree,
33
33
    )
34
34
 
35
 
from bzrlib.plugins.git.mapping import (
 
35
from .mapping import (
36
36
    mode_is_executable,
37
37
    mode_kind,
38
38
    )