From e77fda5fb6cb0a35308e4620ca4602715a471fbe 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 Signed-off-by: Ed Bartosh --- 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 1.2.3-korg