[Zope-Checkins] CVS: Zope/lib/python/App - ProductContext.py:1.40

Jim Fulton jim@zope.com
Fri, 7 Jun 2002 13:18:59 -0400


Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv24067/lib/python/App

Modified Files:
	ProductContext.py 
Log Message:
Backported Zope 3 Interface package to Python 2.1 and Zope 2.  Some
modifications were needed in Zope (only two files). A lot of unused
(or rarely) features were removed from the Interface package. Slightly
deeper imports are needed.


=== Zope/lib/python/App/ProductContext.py 1.39 => 1.40 ===
 from DateTime import DateTime
 from types import ListType, TupleType
-from Interface import instancesOfObjectImplements
+from Interface.Implements import instancesOfObjectImplements
 
 import ZClasses # to enable 'PC.registerBaseClass()'