diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-06 15:03:14 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-06 15:03:14 +0200 |
| commit | acf5e6ea64a2f24117f1d419c208ed1c38c43690 (patch) | |
| tree | 75dedc18137297829e84f3a151130a589c3d844b /git/db/py/resolve.py | |
| parent | 56da804ff295a05a38dc2cc73755706ea756fc52 (diff) | |
| download | GitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.tar.gz GitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.zip | |
replaced all gitdb strings with git
Diffstat (limited to 'git/db/py/resolve.py')
| -rw-r--r-- | git/db/py/resolve.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/git/db/py/resolve.py b/git/db/py/resolve.py index 86c1e594..7c03bcd1 100644 --- a/git/db/py/resolve.py +++ b/git/db/py/resolve.py @@ -1,11 +1,11 @@ """Module with an implementation for refspec parsing. It is the pure-python version assuming compatible interface for reference and object types""" -from gitdb.db.interface import ReferencesMixin -from gitdb.exc import BadObject -from gitdb.ref import SymbolicReference -from gitdb.object.base import Object -from gitdb.util import ( +from git.db.interface import ReferencesMixin +from git.exc import BadObject +from git.ref import SymbolicReference +from git.object.base import Object +from git.util import ( join, isdir, isfile, |
