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

Do not use extras.

It was misuse copied from another misue.
parent 923c540d
......@@ -283,7 +283,7 @@ class Recipe(slapos.recipe.erp5.Recipe):
def _install(self):
self.path_list = []
self.requirements, self.ws = self.egg.working_set([__name__])
self.requirements, self.ws = self.egg.working_set()
# self.cron_d is a directory, where cron jobs can be registered
self.cron_d = self.installCrond()
self.logrotate_d, self.logrotate_backup = self.installLogrotate()
......
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