Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Add requirement for zope.app.preference, which is used by zope.app.ap…
Browse files Browse the repository at this point in the history
…idoc but not always fetched.
  • Loading branch information
ulif committed Apr 10, 2009
1 parent 40cc207 commit dbe40cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -48,6 +48,7 @@ def read(*rnames):
'zope.app.appsetup',
'zope.app.broken',
'zope.app.folder',
'zope.app.preference',
'zope.app.security',
'zope.app.testing',
'zope.component',
Expand Down
1 change: 1 addition & 0 deletions src/grokui/admin/configure.zcml
@@ -1,6 +1,7 @@
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:grok="http://namespaces.zope.org/grok">
<include package="grok" />
<include package="zope.app.preference" file="meta.zcml" />
<includeDependencies package="." />
<grok:grok package="." />
</configure>

0 comments on commit dbe40cc

Please sign in to comment.