Commit 89b0dfc3 authored by Priscila Manhaes's avatar Priscila Manhaes

changed template place

parent 8a662785
......@@ -36,7 +36,7 @@ import ConfigParser
class Recipe(BaseSlapRecipe):
def getTemplateFilename(self, template_name):
return pkg_resources.resource_filename(__name__, template_name)
return pkg_resources.resource_filename(__name__, '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