From a7c7d1484c95fc1024b45f5bc371ee1686e1fd89 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 24 Feb 2014 18:50:04 +0000 Subject: [PATCH] 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 --- bitbake/lib/bb/tests/data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbake/lib/bb/tests/data.py b/bitbake/lib/bb/tests/data.py index f281a35..6ec2736 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): -- 2.7.4