[Zope-Checkins] CVS: Zope3/lib/python/Interface - _Element.py:1.1.2.2

Gary Poster garyposter@earthlink.net
Sat, 23 Mar 2002 18:06:20 -0500


Update of /cvs-repository/Zope3/lib/python/Interface
In directory cvs.zope.org:/tmp/cvs-serv28822

Modified Files:
      Tag: Zope-3x-branch
	_Element.py 
Log Message:
Jim changed to make Interface new style class



=== Zope3/lib/python/Interface/_Element.py 1.1.2.1 => 1.1.2.2 ===
 """
 
-class Element:
+class Element(object):
 
     # We can't say this yet because we don't have enough
     # infrastructure in place.