diff options
Diffstat (limited to 'scripts/lib/devtool/standard.py')
| -rw-r--r-- | scripts/lib/devtool/standard.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 4702491fe0..5263af56c8 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
| @@ -31,11 +31,6 @@ from devtool import parse_recipe | |||
| 31 | logger = logging.getLogger('devtool') | 31 | logger = logging.getLogger('devtool') |
| 32 | 32 | ||
| 33 | 33 | ||
| 34 | def plugin_init(pluginlist): | ||
| 35 | """Plugin initialization""" | ||
| 36 | pass | ||
| 37 | |||
| 38 | |||
| 39 | def add(args, config, basepath, workspace): | 34 | def add(args, config, basepath, workspace): |
| 40 | """Entry point for the devtool 'add' subcommand""" | 35 | """Entry point for the devtool 'add' subcommand""" |
| 41 | import bb | 36 | import bb |
