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

Flat is better than nested, remove the gitlib hierarchy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""Test the model for interacting with the git process, etc."""
18
18
 
19
19
from bzrlib.plugins.git import tests
20
 
from bzrlib.plugins.git.gitlib import (
 
20
from bzrlib.plugins.git import (
21
21
    errors,
22
22
    model,
23
23
    )