Commit 002207ab authored by Martijn Pieters's avatar Martijn Pieters

Detabify. Please, no tabs in the Zope codebase!

parent ea1e0215
......@@ -415,7 +415,7 @@ class FCGIChannel(asynchat.async_chat):
# But first, fixup the auth header if using newest mod_fastcgi.
if self.env.has_key('Authorization'):
self.env['HTTP_AUTHORIZATION'] = self.env['Authorization']
del self.env['Authorization']
del self.env['Authorization']
self.stdin.seek(0)
self.send_response()
......
......@@ -415,7 +415,7 @@ class FCGIChannel(asynchat.async_chat):
# But first, fixup the auth header if using newest mod_fastcgi.
if self.env.has_key('Authorization'):
self.env['HTTP_AUTHORIZATION'] = self.env['Authorization']
del self.env['Authorization']
del self.env['Authorization']
self.stdin.seek(0)
self.send_response()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment