summaryrefslogtreecommitdiff
path: root/paste/util
diff options
context:
space:
mode:
authorianb <devnull@localhost>2009-03-04 22:49:07 +0000
committerianb <devnull@localhost>2009-03-04 22:49:07 +0000
commit97ed931710ae4f3a39360abf006d38b06b533682 (patch)
tree08e7cce457205ec5ae8ea0e91b3a0130532bce35 /paste/util
parent6c6088e2216956d0c77ac890894bd0922b998c7e (diff)
downloadpaste-97ed931710ae4f3a39360abf006d38b06b533682.tar.gz
remove unneeded shebang
Diffstat (limited to 'paste/util')
-rw-r--r--paste/util/scgiserver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paste/util/scgiserver.py b/paste/util/scgiserver.py
index 762f897..d20c952 100644
--- a/paste/util/scgiserver.py
+++ b/paste/util/scgiserver.py
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
"""
SCGI-->WSGI application proxy, "SWAP".