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

Flat is better than nested, remove the gitlib hierarchy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import os
20
20
import subprocess
21
21
 
22
 
from bzrlib.plugins.git.gitlib import errors
 
22
from bzrlib.plugins.git import errors
23
23
 
24
24
 
25
25
class GitModel(object):