From: Paul Eggleton Date: Mon, 24 Feb 2014 18:50:04 +0000 (+0000) Subject: tests: add missing import X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4bf4ad4b99978483541a719105c98ea124e8a34;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tests: add missing import This was found when trying to run the data tests individually. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/lib/bb/tests/data.py b/lib/bb/tests/data.py index f281a353f46..6ec27367e91 100644 --- a/lib/bb/tests/data.py +++ b/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):