Commit bb5380ee authored by Vincent Pelletier's avatar Vincent Pelletier

Simplify code.

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