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/refs/log.py | |
| parent | 56da804ff295a05a38dc2cc73755706ea756fc52 (diff) | |
| download | GitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.tar.gz GitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.zip | |
replaced all gitdb strings with git
Diffstat (limited to 'git/refs/log.py')
| -rw-r--r-- | git/refs/log.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/refs/log.py b/git/refs/log.py index 3aa0b4a3..2028efb9 100644 --- a/git/refs/log.py +++ b/git/refs/log.py @@ -1,4 +1,4 @@ -from gitdb.util import ( +from git.util import ( join_path, Actor, LockedFD, @@ -10,7 +10,7 @@ from gitdb.util import ( file_contents_ro_filepath ) -from gitdb.object.util import ( +from git.object.util import ( parse_date, Serializable, utctz_to_altz, |
