mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
devtool: remove unused imports / re-imports
(From OE-Core rev: e3de8aca33f612f2dd124ff712fb6758bf32a573) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
89fb8c58c1
commit
87fba31ad7
|
@ -75,7 +75,6 @@ def setup_tinfoil():
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
import bb.tinfoil
|
import bb.tinfoil
|
||||||
import logging
|
|
||||||
tinfoil = bb.tinfoil.Tinfoil()
|
tinfoil = bb.tinfoil.Tinfoil()
|
||||||
tinfoil.prepare(False)
|
tinfoil.prepare(False)
|
||||||
tinfoil.logger.setLevel(logging.WARNING)
|
tinfoil.logger.setLevel(logging.WARNING)
|
||||||
|
|
|
@ -28,7 +28,6 @@ def plugin_init(pluginlist):
|
||||||
|
|
||||||
def deploy(args, config, basepath, workspace):
|
def deploy(args, config, basepath, workspace):
|
||||||
import re
|
import re
|
||||||
from devtool import exec_build_env_command
|
|
||||||
|
|
||||||
if not args.recipename in workspace:
|
if not args.recipename in workspace:
|
||||||
logger.error("no recipe named %s in your workspace" % args.recipename)
|
logger.error("no recipe named %s in your workspace" % args.recipename)
|
||||||
|
|
|
@ -19,7 +19,6 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
import glob
|
|
||||||
import tempfile
|
import tempfile
|
||||||
import logging
|
import logging
|
||||||
import argparse
|
import argparse
|
||||||
|
|
Loading…
Reference in New Issue
Block a user