diff options
author | Tommi Virtanen <tv@eagain.net> | 2007-06-04 14:22:52 +0300 |
---|---|---|
committer | Tommi Virtanen <tv@eagain.net> | 2007-06-04 14:22:52 +0300 |
commit | c578b212c0bac66f168a0468e5852e05c325aae2 (patch) | |
tree | 59e71c1dc4da2fe9a2e55ac4807aa5c743754ab1 /gitosis | |
parent | Add actual SSH-based git serving component. (diff) | |
download | gitosis-dakkar-c578b212c0bac66f168a0468e5852e05c325aae2.tar.gz gitosis-dakkar-c578b212c0bac66f168a0468e5852e05c325aae2.tar.bz2 gitosis-dakkar-c578b212c0bac66f168a0468e5852e05c325aae2.zip |
gitosis/serve.py is not meant to be a script, remove #!
Diffstat (limited to 'gitosis')
-rw-r--r-- | gitosis/serve.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gitosis/serve.py b/gitosis/serve.py index cc189ad..9fc55bc 100644 --- a/gitosis/serve.py +++ b/gitosis/serve.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - """ Enforce git-shell to only serve repositories in the given directory. The client should refer to them without any directory |