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

Use relative imports where possible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from collections import defaultdict
22
22
from cStringIO import StringIO
23
23
 
24
 
from bzrlib import (
 
24
from ... import (
25
25
    errors,
26
26
    trace,
27
27
    )