diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2009-10-20 10:45:40 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2009-10-20 10:45:40 +0200 |
commit | dd76b9e72b21d2502a51e3605e5e6ab640e5f0bd (patch) | |
tree | af85f25dd2f3b1947177f8f2f7cfc4b8a08e1a2d /test/git/test_utils.py | |
parent | aa5e366889103172a9829730de1ba26d3dcbc01b (diff) | |
download | gitpython-dd76b9e72b21d2502a51e3605e5e6ab640e5f0bd.tar.gz |
Fixed bare repository handling - bare is now a property to prevent writing it
Diffstat (limited to 'test/git/test_utils.py')
-rw-r--r-- | test/git/test_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |