Commit 7832ac5b authored by Rafael Monnerat's avatar Rafael Monnerat

Get templates from ERP5 from now.

parent 47c5b7fa
......@@ -38,7 +38,7 @@ import ConfigParser
class Recipe(BaseSlapRecipe):
def getTemplateFilename(self, template_name):
return pkg_resources.resource_filename(__name__,
'template/%s' % template_name)
'../erp5/template/%s' % template_name)
def _install(self):
self.path_list = []
......
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