[Zope-Checkins] CVS: Zope3/lib/python/Interface - __init__.py:1.5.134.1

Shane Hathaway shane@digicool.com
Thu, 15 Nov 2001 18:13:45 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	__init__.py 
Log Message:
Added "Interface" alias.


=== Zope3/lib/python/Interface/__init__.py 1.5 => 1.5.134.1 ===
 from Standard import Base
+Interface = Base
 
 import iclass
 new=iclass.Interface