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/diff.py | |
parent | 56da804ff295a05a38dc2cc73755706ea756fc52 (diff) | |
download | gitpython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.tar.gz |
replaced all gitdb strings with git
Diffstat (limited to 'git/diff.py')
-rw-r--r-- | git/diff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/diff.py b/git/diff.py index 7b3bf6b5..d1c6c0ac 100644 --- a/git/diff.py +++ b/git/diff.py @@ -9,7 +9,7 @@ from objects.blob import Blob from objects.util import mode_str_to_int from exc import GitCommandError -from gitdb.util import hex_to_bin +from git.util import hex_to_bin __all__ = ('Diffable', 'DiffIndex', 'Diff') |