diff options
Diffstat (limited to 'git/repo')
| -rw-r--r-- | git/repo/base.py | 2 | ||||
| -rw-r--r-- | git/repo/fun.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/git/repo/base.py b/git/repo/base.py index 29916986..45deac78 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -18,7 +18,7 @@ from git.db import ( ) -from gitdb.util import ( +from git.util import ( join, isfile, hex_to_bin diff --git a/git/repo/fun.py b/git/repo/fun.py index 7529897d..604d5bc0 100644 --- a/git/repo/fun.py +++ b/git/repo/fun.py @@ -1,6 +1,6 @@ """Package with general repository related functions""" import os -from gitdb.util import is_git_dir +from git.util import is_git_dir __all__ = ('is_git_dir', 'touch') |
