Update master

This commit is contained in:
Ramiro Gómez 2012-06-17 02:22:02 +03:00
parent 9f055104ad
commit 5bbf8bdcd9

View file

@ -102,7 +102,7 @@ Set yourapplication.fcgi::
def __call__(self, environ, start_response):
environ['SCRIPT_NAME'] = ''
return self.app(environ, start_response)
return self.app(environ, start_response)
app = ScriptNameStripper(app)