diff options
Diffstat (limited to 'bitbake/lib/bb/tinfoil.py')
-rw-r--r-- | bitbake/lib/bb/tinfoil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py index 0a1b913055..0bd7836323 100644 --- a/bitbake/lib/bb/tinfoil.py +++ b/bitbake/lib/bb/tinfoil.py | |||
@@ -21,8 +21,8 @@ import bb.taskdata | |||
21 | import bb.utils | 21 | import bb.utils |
22 | import bb.command | 22 | import bb.command |
23 | import bb.remotedata | 23 | import bb.remotedata |
24 | from bb.cookerdata import CookerConfiguration, ConfigParameters | 24 | from bb.cookerdata import CookerConfiguration |
25 | from bb.main import setup_bitbake, BitBakeConfigParameters, BBMainException | 25 | from bb.main import setup_bitbake, BitBakeConfigParameters |
26 | import bb.fetch2 | 26 | import bb.fetch2 |
27 | 27 | ||
28 | 28 | ||