diff options
Diffstat (limited to 'scripts/lib/recipetool/newappend.py')
-rw-r--r-- | scripts/lib/recipetool/newappend.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/lib/recipetool/newappend.py b/scripts/lib/recipetool/newappend.py index 77b74cb730..4eeac0e943 100644 --- a/scripts/lib/recipetool/newappend.py +++ b/scripts/lib/recipetool/newappend.py | |||
@@ -32,11 +32,6 @@ logger = logging.getLogger('recipetool') | |||
32 | tinfoil = None | 32 | tinfoil = None |
33 | 33 | ||
34 | 34 | ||
35 | def plugin_init(pluginlist): | ||
36 | # Don't need to do anything here right now, but plugins must have this function defined | ||
37 | pass | ||
38 | |||
39 | |||
40 | def tinfoil_init(instance): | 35 | def tinfoil_init(instance): |
41 | global tinfoil | 36 | global tinfoil |
42 | tinfoil = instance | 37 | tinfoil = instance |