From 00020fada368c374925eba4cbef842ff0bf0e856 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Mon, 29 Jun 2015 21:26:03 +0300 Subject: wic: Code cleanup: unused imports Fixed pylint warning unused-import (From OE-Core rev: e77fda5fb6cb0a35308e4620ca4602715a471fbe) Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/lib/wic/pluginbase.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/lib/wic/pluginbase.py') diff --git a/scripts/lib/wic/pluginbase.py b/scripts/lib/wic/pluginbase.py index 50e442d61c..6d96de2be5 100644 --- a/scripts/lib/wic/pluginbase.py +++ b/scripts/lib/wic/pluginbase.py @@ -16,7 +16,6 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. from wic import msger -from wic.utils import errors class _Plugin(object): class __metaclass__(type): -- cgit v1.2.3-54-g00ecf