diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-02-24 18:50:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:50:43 +0000 |
commit | 0dd3a1bc1d46c53029a23e3dae87b0572c67c950 (patch) | |
tree | 2829a9350244165a8809212722bb8dab991c2e48 /bitbake | |
parent | 2f8be92de684f848d74655654f06b8a64bd13320 (diff) | |
download | poky-0dd3a1bc1d46c53029a23e3dae87b0572c67c950.tar.gz |
bitbake: tests: add missing import
This was found when trying to run the data tests individually.
(Bitbake rev: e4bf4ad4b99978483541a719105c98ea124e8a34)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/tests/data.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tests/data.py b/bitbake/lib/bb/tests/data.py index f281a353f4..6ec27367e9 100644 --- a/bitbake/lib/bb/tests/data.py +++ b/bitbake/lib/bb/tests/data.py | |||
@@ -23,6 +23,7 @@ | |||
23 | import unittest | 23 | import unittest |
24 | import bb | 24 | import bb |
25 | import bb.data | 25 | import bb.data |
26 | import bb.parse | ||
26 | 27 | ||
27 | class DataExpansions(unittest.TestCase): | 28 | class DataExpansions(unittest.TestCase): |
28 | def setUp(self): | 29 | def setUp(self): |