From: Paul Eggleton Date: Mon, 24 Feb 2014 18:50:04 +0000 (+0000) Subject: bitbake: tests: add missing import X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0dd3a1bc1d46c53029a23e3dae87b0572c67c950;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: tests: add missing import This was found when trying to run the data tests individually. (Bitbake rev: e4bf4ad4b99978483541a719105c98ea124e8a34) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/tests/data.py b/bitbake/lib/bb/tests/data.py index f281a353f46..6ec27367e91 100644 --- a/bitbake/lib/bb/tests/data.py +++ b/bitbake/lib/bb/tests/data.py @@ -23,6 +23,7 @@ import unittest import bb import bb.data +import bb.parse class DataExpansions(unittest.TestCase): def setUp(self):