[Zope-Checkins]
SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py
This is just me being picky about whitespace. Nothing to see
here, move along.
Stefan H. Holek
stefan at epy.co.at
Sat Apr 8 13:01:23 EDT 2006
Log message for revision 66686:
This is just me being picky about whitespace. Nothing to see here, move along.
Changed:
U Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py
-=-
Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py
===================================================================
--- Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py 2006-04-08 16:28:43 UTC (rev 66685)
+++ Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py 2006-04-08 17:01:22 UTC (rev 66686)
@@ -132,9 +132,9 @@
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.'''
from base import app, close
More information about the Zope-Checkins
mailing list