Commit c3f677a5 authored by Łukasz Nowak's avatar Łukasz Nowak

No need to prefix with template directory.

parent 9268df3e
......@@ -106,7 +106,7 @@ class Recipe(GenericBaseRecipe):
)
# configure default Zope2 zcml
open(self.options['site-zcml'], 'w').write(open(self.getTemplateFilename(
'template/site.zcml')))
'site.zcml')))
zope_config['instance'] = self.options['instance-path']
zope_config['event_log'] = self.options['event-log']
zope_config['z2_log'] = self.options['z2-log']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment