From dd76b9e72b21d2502a51e3605e5e6ab640e5f0bd Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 20 Oct 2009 10:45:40 +0200 Subject: Fixed bare repository handling - bare is now a property to prevent writing it --- test/git/test_utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/git/test_utils.py') diff --git a/test/git/test_utils.py b/test/git/test_utils.py index 2983a14a..6852d0ad 100644 --- a/test/git/test_utils.py +++ b/test/git/test_utils.py @@ -7,6 +7,7 @@ import os from test.testlib import * from git import * +from git.cmd import dashify class TestUtils(object): def setup(self): -- cgit v1.2.1