From dfde8bdae3ae151ffed5777b920d24c774e5da2c Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 7 Apr 2015 14:51:51 +0300 Subject: wic: code cleanup: unused imports Fixed pylint warning 'Unused import' Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/lib/wic/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/lib/wic/conf.py') diff --git a/scripts/lib/wic/conf.py b/scripts/lib/wic/conf.py index be34355ce4..ff6e2ca0f0 100644 --- a/scripts/lib/wic/conf.py +++ b/scripts/lib/wic/conf.py @@ -15,8 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., 59 # Temple Place - Suite 330, Boston, MA 02111-1307, USA. -import os, sys, re -import ConfigParser +import os from wic import msger from wic import kickstart -- cgit v1.2.3