[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - ZMIViewService.py:1.1.2.8

Shane Hathaway shane@cvs.zope.org
Wed, 13 Mar 2002 23:15:31 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	ZMIViewService.py 
Log Message:
getEngine() is now found in Zope.PageTemplate.EngineConfig.


=== Zope3/lib/python/Zope/App/ZMI/ZMIViewService.py 1.1.2.7 => 1.1.2.8 ===
 from Zope.App.Traversing.ITraverser import ITraverser
 from Zope.App.Security.SecurityManagement import getSecurityManager
-from Zope.PageTemplate.Expressions import getEngine
+from Zope.PageTemplate.EngineConfig import getEngine
 class ZMIViewService:
     
     __implements__ = IZMIViewService