Remove hard dependency on plone.stringinterp

This commit is contained in:
Alin Voinea 2014-04-18 16:42:06 +03:00
parent 13830715a7
commit 28d7556c92
1 changed files with 32 additions and 30 deletions

View File

@ -58,6 +58,7 @@
</configure> </configure>
<!-- Content rules strings --> <!-- Content rules strings -->
<configure zcml:condition="installed plone.stringinterp">
<adapter <adapter
for="zope.interface.Interface" for="zope.interface.Interface"
provides="plone.stringinterp.interfaces.IStringSubstitution" provides="plone.stringinterp.interfaces.IStringSubstitution"
@ -92,5 +93,6 @@
factory=".contentrules.AuthorEmail" factory=".contentrules.AuthorEmail"
name="comment_user_email" name="comment_user_email"
/> />
</configure>
</configure> </configure>