[Zope-Checkins] CVS: Zope3/lib/python/Zope/ComponentArchitecture/tests - Request.py:1.3
Jim Fulton
jim@zope.com
Fri, 12 Jul 2002 18:09:44 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/ComponentArchitecture/tests
In directory cvs.zope.org:/tmp/cvs-serv4243
Modified Files:
Request.py
Log Message:
Changed the default skin to be '' to be consistent with regular
(non-test) requests.
=== Zope3/lib/python/Zope/ComponentArchitecture/tests/Request.py 1.2 => 1.3 ===
class Request:
- def __init__(self, iface, skin='default'):
+ def __init__(self, iface, skin=''):
self._iface = iface
self._skin = skin