diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-02-15 20:13:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-04 23:18:17 +0000 |
commit | b9839fd6648c05b9052ab922bf81eec2fffd47bb (patch) | |
tree | cbef8fbfb033a7994efe75c23aa38923f40cb6b8 /scripts/lib/wic/help.py | |
parent | 59b72c0b260001b98eca87f3e6c0dfccef38182c (diff) | |
download | poky-b9839fd6648c05b9052ab922bf81eec2fffd47bb.tar.gz |
wic: remove PluginMgr.get_plugin_methods
Call methods directly instead of getting them with
get_plugin_methods and then calling.
(From OE-Core rev: efcd07fe17bf55441059b00a5becc3952e0a4075)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r-- | scripts/lib/wic/help.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 196896c170..c08ad34ae5 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
@@ -373,12 +373,7 @@ DESCRIPTION | |||
373 | 373 | ||
374 | This scheme is extensible - adding more hooks is a simple matter | 374 | This scheme is extensible - adding more hooks is a simple matter |
375 | of adding more plugin methods to SourcePlugin and derived classes. | 375 | of adding more plugin methods to SourcePlugin and derived classes. |
376 | The code that then needs to call the plugin methods uses | 376 | Please see the implementation for details. |
377 | plugin.get_plugin_methods() to find the method(s) needed by | ||
378 | the call; this is done by filling up a dict with keys containing | ||
379 | the method names of interest - on success, these will be filled in | ||
380 | with the actual methods. Please see the implementation for | ||
381 | examples and details. | ||
382 | """ | 377 | """ |
383 | 378 | ||
384 | wic_overview_help = """ | 379 | wic_overview_help = """ |