[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl/tests - testApplicationControl.py:1.1.2.5 testRuntimeInfo.py:1.1.2.7
Jim Fulton
jim@zope.com
Fri, 7 Jun 2002 10:41:35 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ApplicationControl/tests
In directory cvs.zope.org:/tmp/cvs-serv12187/lib/python/Zope/App/OFS/ApplicationControl/tests
Modified Files:
Tag: Zope-3x-branch
testApplicationControl.py testRuntimeInfo.py
Log Message:
Merging in Zope3InWonderland-branch, which implemented the following
proposals (see
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/OldProposals):
- RenameAllowToRequire
- GroupClassRelatedDirectivesInClassDirective
- ViewInterfaceAndSimplification
- ConsistentUseOfSpacesAsDelimitersInZCMLAttributes
- TwoArgumentViewConstructors
- ImplementsInZCML
- SimpleViewCreationInZCML
- RemoveGetView
- ReplaceProtectWithAllow
- ViewMethodsAsViews
- MergeProtectionAndComponentDefinitions
There were also various security fixes resulting of better integration
of security with components.
=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/tests/testApplicationControl.py 1.1.2.4 => 1.1.2.5 ===
import time
-from Zope.ComponentArchitecture import getUtility
from Zope.App.OFS.ApplicationControl.ApplicationControl import \
ApplicationControl
from Zope.App.OFS.ApplicationControl.IApplicationControl import \
=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/tests/testRuntimeInfo.py 1.1.2.6 => 1.1.2.7 ===
import os, sys, time
-from Zope.ComponentArchitecture import getUtility, getService
+from Zope.ComponentArchitecture import getService
from Zope.App.OFS.ApplicationControl.IRuntimeInfo import IRuntimeInfo
from Zope.App.OFS.ApplicationControl.ApplicationControl import \
ApplicationController