Merge pull request #548 from SimonSapin/patch-6

Remove the unused `ScriptNameStripper.to_strip` in the FastCGI doc example
This commit is contained in:
Armin Ronacher 2012-10-07 06:06:45 -07:00
commit c01d36aabd

View file

@ -95,8 +95,6 @@ Set yourapplication.fcgi::
from yourapplication import app
class ScriptNameStripper(object):
to_strip = '/yourapplication.fcgi'
def __init__(self, app):
self.app = app