Skip to content

Commit

Permalink
- change condition for exportimport ZCML slug import
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Sep 14, 2017
1 parent 28e69a8 commit 95c9339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/MailHost/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:zcml="http://namespaces.zope.org/zcml">

<include
zcml:condition="installed Products.GenericSetup"
zcml:condition="have moved_mailhost"
file="exportimport.zcml"
/>

Expand Down

0 comments on commit 95c9339

Please sign in to comment.