Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: strip off leading slashes on --trunk argument
[gitweb.git]
/
git-remote-testgit.py
diff --git
a/git-remote-testgit.py
b/git-remote-testgit.py
index f61624e4822d3fcdd5ea8c8988f3b8852b62e838..92539222c57d1966f847a641c976754f1941dc2b 100644
(file)
--- a/
git-remote-testgit.py
+++ b/
git-remote-testgit.py
@@
-2,6
+2,8
@@
import hashlib
import sys
+import os
+sys.path.insert(0, os.getenv("GITPYTHONLIB","."))
from git_remote_helpers.util import die, debug, warn
from git_remote_helpers.git.repo import GitRepo