Commit 51087b16 authored by Łukasz Nowak's avatar Łukasz Nowak

- setup as class property


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44194 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6dccbbab
......@@ -47,8 +47,9 @@ class Recipe(BaseSlapRecipe):
return pkg_resources.resource_filename(__name__,
'template/%s' % template_name)
site_id = 'erp5'
def _install(self):
self.site_id = 'erp5'
self.path_list = []
self.requirements, self.ws = self.egg.working_set([__name__])
ca_conf = self.installCertificateAuthority()
......
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