Skip to content

Commit

Permalink
Remove five.grok #185
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed Oct 23, 2017
1 parent 3633858 commit 34a2e3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@
'collective.nitf >= 2.1b2',
'collective.polls',
'collective.prettydate',
'five.grok',
'plone.api',
'plone.app.blocks',
'plone.app.dexterity [grok, relations]',
'plone.app.dexterity [relations]',
# BBB: Com a atualização do collective.cover para 1.5b1 esse pacote
# foi removido mas ainda mantém utilities no ZODB para portais em produção. Quando
# https://github.com/plonegovbr/brasil.gov.portal/issues/348#issuecomment-309847978
Expand Down
5 changes: 1 addition & 4 deletions src/brasil/gov/tiles/configure.zcml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
xmlns:grok="http://namespaces.zope.org/grok"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:monkey="http://namespaces.plone.org/monkey"
xmlns:plone="http://namespaces.plone.org/plone"
Expand All @@ -11,9 +10,7 @@

<include package=".tiles" />

<!-- Inicializamos a magia do Grok -->
<include package="five.grok" />
<grok:grok package="." />
<include package="." />

<include package="plone4.csrffixes" />

Expand Down
3 changes: 1 addition & 2 deletions src/brasil/gov/tiles/overrides.zcml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
xmlns:grok="http://namespaces.zope.org/grok"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:plone="http://namespaces.plone.org/plone"
i18n_domain="brasil.gov.tiles">

<includeDependencies package="." />

<grok:grok package="." />
<include package="." />

<include package=".tiles" file="overrides.zcml" />

Expand Down

0 comments on commit 34a2e3b

Please sign in to comment.