diff options
Diffstat (limited to 'meta/lib/oe/terminal.py')
-rw-r--r-- | meta/lib/oe/terminal.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py index 28abf147b9..31317985f5 100644 --- a/meta/lib/oe/terminal.py +++ b/meta/lib/oe/terminal.py | |||
@@ -1,5 +1,4 @@ | |||
1 | import logging | 1 | import logging |
2 | import os | ||
3 | import oe.classutils | 2 | import oe.classutils |
4 | import shlex | 3 | import shlex |
5 | from bb.process import Popen, ExecutionError | 4 | from bb.process import Popen, ExecutionError |