diff options
Diffstat (limited to 'scripts/lib/wic/creator.py')
-rw-r--r-- | scripts/lib/wic/creator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/creator.py b/scripts/lib/wic/creator.py index 5231297282..d0158fb62f 100644 --- a/scripts/lib/wic/creator.py +++ b/scripts/lib/wic/creator.py | |||
@@ -41,7 +41,7 @@ class Creator(object): | |||
41 | 41 | ||
42 | # get cmds from pluginmgr | 42 | # get cmds from pluginmgr |
43 | # mix-in do_subcmd interface | 43 | # mix-in do_subcmd interface |
44 | for subcmd, klass in pluginmgr.get_plugins('imager').iteritems(): | 44 | for subcmd, klass in pluginmgr.get_plugins('imager').items(): |
45 | if not hasattr(klass, 'do_create'): | 45 | if not hasattr(klass, 'do_create'): |
46 | msger.warning("Unsupported subcmd: %s" % subcmd) | 46 | msger.warning("Unsupported subcmd: %s" % subcmd) |
47 | continue | 47 | continue |