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/test/db/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/db/test_base.py') diff --git a/git/test/db/test_base.py b/git/test/db/test_base.py index 0a381beb..1dbf6fe7 100644 --- a/git/test/db/test_base.py +++ b/git/test/db/test_base.py @@ -3,7 +3,7 @@ # This module is part of GitDB and is released under # the New BSD License: http://www.opensource.org/licenses/bsd-license.php from lib import * -from gitdb.db import RefSpec +from git.db import RefSpec class TestBase(TestDBBase): -- cgit v1.2.3