Skip to content

Commit

Permalink
Change dependency from zope.app.applicationcontrol to zope.applicatio…
Browse files Browse the repository at this point in the history
…ncontrol.
  • Loading branch information
thefunny42 committed Apr 13, 2010
1 parent 76c7e35 commit 5a3e7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def read(*rnames):
'zope.app.securitypolicy',
'zope.app.zcmlfiles>=3.5.4',
'zope.principalregistry',
'zope.app.applicationcontrol>=3.5.0',
'zope.applicationcontrol>=3.5.0',
'zope.site',
'zope.login',
]),
Expand Down
2 changes: 1 addition & 1 deletion src/zope/app/publication/tests/test_browserpublication.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def getSiteManager(self):
self.assertEqual(removeSecurityProxy(ob2).v, 1)

def testTraverseNameApplicationControl(self):
from zope.app.applicationcontrol.applicationcontrol \
from zope.applicationcontrol.applicationcontrol \
import applicationController, applicationControllerRoot
from zope.traversing.interfaces import IEtcNamespace
component.provideUtility(applicationController,
Expand Down

0 comments on commit 5a3e7bd

Please sign in to comment.