summaryrefslogtreecommitdiff
path: root/git/test/lib/helper.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-25 17:16:14 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-25 17:23:18 +0100
commite86eb305a542cee5b0ff6a0e0352cb458089bf62 (patch)
tree417e020101bcd4b97ff874e28b8a96864b245850 /git/test/lib/helper.py
parentcb68eef0865df6aedbc11cd81888625a70da6777 (diff)
downloadgitpython-e86eb305a542cee5b0ff6a0e0352cb458089bf62.tar.gz
Fixed all testcases
Diffstat (limited to 'git/test/lib/helper.py')
-rw-r--r--git/test/lib/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/lib/helper.py b/git/test/lib/helper.py
index 4e7b5cf6..76aaaa38 100644
--- a/git/test/lib/helper.py
+++ b/git/test/lib/helper.py
@@ -12,7 +12,7 @@ import tempfile
import shutil
import cStringIO
-GIT_REPO = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
+GIT_REPO = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
__all__ = (
'fixture_path', 'fixture', 'absolute_project_path', 'StringProcessAdapter',