From 81c61c8c7705abc20b21d47e6c6f9d39d23bc12e Mon Sep 17 00:00:00 2001 From: ianb Date: Sun, 22 Jul 2007 17:06:23 +0000 Subject: remove tabs --- paste/util/scgiserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/util/scgiserver.py') 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. -- cgit v1.2.1