[Zope3-checkins] CVS: Zope3/src/zope/component - skin.py:1.3
Guido van Rossum
guido@python.org
Tue, 29 Apr 2003 13:24:12 -0400
Update of /cvs-repository/Zope3/src/zope/component
In directory cvs.zope.org:/tmp/cvs-serv2159
Modified Files:
skin.py
Log Message:
XXX Jim thinks that getSkin() should raise an exception instead.
But that's A Project, because there are unit tests
that insist on the current behavior.
=== Zope3/src/zope/component/skin.py 1.2 => 1.3 ===
--- Zope3/src/zope/component/skin.py:1.2 Wed Dec 25 09:13:31 2002
+++ Zope3/src/zope/component/skin.py Tue Apr 29 13:24:11 2003
@@ -55,6 +55,9 @@
if layers is not None:
return layers
+ # XXX Jim thinks that this should raise an exception instead.
+ # But that's A Project, because there are unit tests
+ # that insist on the current behavior.
return _default
_clear = __init__