[Zope-Checkins] CVS: Zope/lib/python/Interface - iclass.py:1.12
Shane Hathaway
shane@cvs.zope.org
Thu, 28 Feb 2002 10:40:04 -0500
Update of /cvs-repository/Zope/lib/python/Interface
In directory cvs.zope.org:/tmp/cvs-serv31931/lib/python/Interface
Modified Files:
iclass.py
Log Message:
Same as 2_5 branch
=== Zope/lib/python/Interface/iclass.py 1.11 => 1.12 ===
del attrs['__doc__']
+ if attrs.has_key('__module__'):
+ self.__module__ = attrs['__module__']
+ del attrs['__module__']
+
if __doc__ is not None:
self.__doc__=__doc__
else: