Commit ce3db678 authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup

parent b6cc7ac0
...@@ -42,7 +42,7 @@ class Recipe(GenericBaseRecipe): ...@@ -42,7 +42,7 @@ class Recipe(GenericBaseRecipe):
""" """
def __init__(self, buildout, name, options): def __init__(self, buildout, name, options):
self.options = options super(Recipe, self).__init__(buildout, name, options)
# If section has already been installed, port is already taken by the # If section has already been installed, port is already taken by the
# requested service itself. # requested service itself.
......
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