/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 tests/__init__.py

Use relative imports in tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
import time
22
22
 
23
 
from bzrlib import (
 
23
from .... import (
24
24
    errors as bzr_errors,
25
25
    tests,
26
26
    )
27
27
try:
28
 
    from bzrlib.tests.features import Feature
 
28
    from ....tests.features import Feature
29
29
except ImportError: # bzr < 2.5
30
 
    from bzrlib.tests import Feature
31
 
from bzrlib.plugins.git import (
 
30
    from ....tests import Feature
 
31
from .. import (
32
32
    import_dulwich,
33
33
    )
34
34
from fastimport import (