/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

Flat is better than nested, remove the gitlib hierarchy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    tests,
25
25
    trace,
26
26
    )
27
 
from  bzrlib.plugins.git.gitlib import errors
 
27
from  bzrlib.plugins.git import errors
28
28
 
29
29
TestCase = tests.TestCase
30
30
TestCaseInTempDir = tests.TestCaseInTempDir