[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/RoleService - Role.py:1.1.2.3
Gary Poster
garyposter@earthlink.net
Tue, 21 May 2002 17:25:48 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/RoleService
In directory cvs.zope.org:/tmp/cvs-serv25139/lib/python/Zope/App/OFS/RoleService
Modified Files:
Tag: Zope-3x-branch
Role.py
Log Message:
Fixed Role.py to fully implement IFactory. CHanged IFactory to import Interface, not Base. Made no change as far as I know to Verify; if I did make one I will probably try to undo it in an immediately following commit.
z3.py runs again.
=== Zope3/lib/python/Zope/App/OFS/RoleService/Role.py 1.1.2.2 => 1.1.2.3 ===
def setId(self, id):
self._id = id
+
+ def getInterfaces(self):
+ return self.__implements__