From 0fc551edb633c1a88feea8f1b0330a86f3d910d2 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Wed, 2 Sep 2015 13:58:09 +0300 Subject: wic: get rid of wildcard imports Used explicit imports in partitions.py and wicboot.py (From OE-Core rev: 975d919a0f81b06a5e9f99096e92e34e7fbf4b90) Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/lib/wic/kickstart/custom_commands/wicboot.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/lib/wic/kickstart/custom_commands/wicboot.py') diff --git a/scripts/lib/wic/kickstart/custom_commands/wicboot.py b/scripts/lib/wic/kickstart/custom_commands/wicboot.py index eefd574880..0230df2f4b 100644 --- a/scripts/lib/wic/kickstart/custom_commands/wicboot.py +++ b/scripts/lib/wic/kickstart/custom_commands/wicboot.py @@ -23,10 +23,6 @@ # AUTHORS # Tom Zanussi # - -from pykickstart.base import * -from pykickstart.errors import * -from pykickstart.options import * from pykickstart.commands.bootloader import F8_Bootloader class Wic_Bootloader(F8_Bootloader): -- cgit v1.2.3-54-g00ecf