[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/PageTemplate/tests - testViewZPT.py:1.1.2.2
Christian Theune
ct@gocept.com
Sat, 25 May 2002 10:03:54 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/PageTemplate/tests
In directory cvs.zope.org:/tmp/cvs-serv26313/lib/python/Zope/App/PageTemplate/tests
Modified Files:
Tag: Zope-3x-branch
testViewZPT.py
Log Message:
Merged the ctheune-services_move-branch to Zope-3x-branch
- Moved Zope.App.OFS.ServiceManager into the Zope.App.OFS.Services package
- Moved Zope.App.OFS.RoleService into the Zope.App.OFS.Services package
=== Zope3/lib/python/Zope/App/PageTemplate/tests/testViewZPT.py 1.1.2.1 => 1.1.2.2 ===
from Zope.ComponentArchitecture import getService
from Interface import Interface
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup\
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup\
import PlacefulSetup
class I1(Interface):