diff options
Diffstat (limited to 'git/repo/fun.py')
| -rw-r--r-- | git/repo/fun.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |
