Skip to content

Commit

Permalink
Clean up zope.app.publisher from ZCML. Cannot quite let it go
Browse files Browse the repository at this point in the history
yet from dependencies, however, due to XMLRPC support.
  • Loading branch information
faassen committed Apr 27, 2010
1 parent 3acb0ef commit 40844b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def read(*rnames):
'zope.annotation',
'zope.app.http',
'zope.app.publication',
'zope.browserpage',
'zope.app.publisher',
'zope.catalog',
'zope.component',
Expand Down
3 changes: 1 addition & 2 deletions src/grok/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
xmlns:grok="http://namespaces.zope.org/grok">

<include package="zope.app.publication" file="meta.zcml" />
<include package="zope.app.publisher" file="meta.zcml" />
<include package="zope.browserpage" file="meta.zcml" />
<include package="zope.component" file="meta.zcml" />
<include package="zope.i18n" file="meta.zcml" />
Expand All @@ -18,9 +17,9 @@
<include package="zope.app.appsetup" />
<include package="zope.app.http" />
<include package="zope.app.publication" />
<include package="zope.app.publisher" />
<include package="zope.app.wsgi" />
<include package="zope.annotation" />
<include package="zope.browserpage" />
<include package="zope.catalog" />
<include package="zope.component" />
<include package="zope.componentvocabulary" />
Expand Down

0 comments on commit 40844b3

Please sign in to comment.