Commit 986119c2 authored by Stefan H. Holek's avatar Stefan H. Holek

This is just me being picky about whitespace. Nothing to see here, move along.

parent 54c6c65f
......@@ -132,8 +132,8 @@ def makerequest(app, stdout=sys.stdout):
environ['SERVER_NAME'] = _Z2HOST or 'nohost'
environ['SERVER_PORT'] = '%d' % (_Z2PORT or 80)
environ['REQUEST_METHOD'] = 'GET'
app = _makerequest(app, stdout=stdout, environ=environ)
return app
return _makerequest(app, stdout=stdout, environ=environ)
def appcall(function, *args, **kw):
'''Calls a function passing 'app' as first argument.'''
......
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