From acf5e6ea64a2f24117f1d419c208ed1c38c43690 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 6 May 2011 15:03:14 +0200 Subject: replaced all gitdb strings with git --- git/repo/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/repo/fun.py') 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') -- cgit v1.2.3