Skip to content

Commit

Permalink
Replaced zope.app.pagetemplate test dependency by `zope.browserpage…
Browse files Browse the repository at this point in the history
…` as the needed ``metaconfigure.registerType`` has been moved there lately without leaving a BBB import.
  • Loading branch information
Michael Howitz committed Jul 12, 2010
1 parent 5dde093 commit 1166d36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Expand Up @@ -5,7 +5,9 @@ CHANGES
0.7.2 (unreleased)
------------------

- Nothing changed yet.
- Replaced `zope.app.pagetemplate` test dependency by
`zope.browserpage` as the needed ``metaconfigure.registerType`` has
been moved there lately without leaving a BBB import.


0.7.1 (2009-12-26)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -53,7 +53,7 @@ def read(*rnames):
extras_require = dict(
test = [
'z3c.testing',
'zope.app.pagetemplate',
'zope.browserpage',
'zope.app.testing',
'zope.container',
'zope.contentprovider',
Expand Down
2 changes: 1 addition & 1 deletion src/z3c/menu/ready2go/testing.py
Expand Up @@ -88,7 +88,7 @@ def setUp(test):
root = setup.placefulSetUp(site=True)
test.globs['root'] = root

from zope.app.pagetemplate import metaconfigure
from zope.browserpage import metaconfigure
from zope.contentprovider import tales
metaconfigure.registerType('provider', tales.TALESProviderExpression)

Expand Down

0 comments on commit 1166d36

Please sign in to comment.