Commit bb5380ee authored by Vincent Pelletier's avatar Vincent Pelletier

Simplify code.

parent 0d9785e8
......@@ -108,7 +108,4 @@ class Recipe(object):
continue
options[name + '.' + key] = cast(value)
def install(self):
return []
update = install
install = update = lambda self: []
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