summaryrefslogtreecommitdiff
path: root/paste/util/scgiserver.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-07-22 17:06:23 +0000
committerianb <devnull@localhost>2007-07-22 17:06:23 +0000
commit81c61c8c7705abc20b21d47e6c6f9d39d23bc12e (patch)
tree9c3b3262b200c2d9f84c7f8805ae3029ff913d2b /paste/util/scgiserver.py
parent0fa0e9c99ca5882c0eb58409723e0fc0a4893c1a (diff)
downloadpaste-81c61c8c7705abc20b21d47e6c6f9d39d23bc12e.tar.gz
remove tabs
Diffstat (limited to 'paste/util/scgiserver.py')
-rw-r--r--paste/util/scgiserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/util/scgiserver.py b/paste/util/scgiserver.py
index dbab36f..762f897 100644
--- a/paste/util/scgiserver.py
+++ b/paste/util/scgiserver.py
@@ -11,7 +11,7 @@ application objects. To use it, subclass the SWAP class like so::
def __init__(self, *args, **kwargs):
self.prefix = '/canal'
self.app_obj = TestAppClass
- swap.SWAP.__init__(self, *args, **kwargs)
+ swap.SWAP.__init__(self, *args, **kwargs)
where 'TestAppClass' is the application object from WSGI and '/canal'
is the prefix for what is served by the SCGI Web-server-side process.