diff options
| author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-04-07 14:51:51 +0300 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-09 07:43:52 +0100 | 
| commit | dd6a1525ec378d29ddfbcba05267aa6f2da0ddad (patch) | |
| tree | ee467fb65055d1cbafb24c0e7e11f1818d0dd1ce /scripts/lib/wic/plugins/source/bootimg-pcbios.py | |
| parent | ba9cde6924a63af83161f5db94e17ae502b7cf46 (diff) | |
| download | poky-dd6a1525ec378d29ddfbcba05267aa6f2da0ddad.tar.gz | |
wic: code cleanup: unused imports
Fixed pylint warning 'Unused import'
(From OE-Core rev: dfde8bdae3ae151ffed5777b920d24c774e5da2c)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/plugins/source/bootimg-pcbios.py')
| -rw-r--r-- | scripts/lib/wic/plugins/source/bootimg-pcbios.py | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/lib/wic/plugins/source/bootimg-pcbios.py b/scripts/lib/wic/plugins/source/bootimg-pcbios.py index c4786a6e0e..abb32ebc10 100644 --- a/scripts/lib/wic/plugins/source/bootimg-pcbios.py +++ b/scripts/lib/wic/plugins/source/bootimg-pcbios.py  | |||
| @@ -25,9 +25,6 @@ | |||
| 25 | # | 25 | # | 
| 26 | 26 | ||
| 27 | import os | 27 | import os | 
| 28 | import shutil | ||
| 29 | import re | ||
| 30 | import tempfile | ||
| 31 | 28 | ||
| 32 | from wic import kickstart, msger | 29 | from wic import kickstart, msger | 
| 33 | from wic.utils import misc, fs_related, errors, runner, cmdln | 30 | from wic.utils import misc, fs_related, errors, runner, cmdln | 
