[yocto] [PATCH 7/7] Add missing import

Marius Avram marius.avram at intel.com
Wed Aug 13 06:32:08 PDT 2014


Signed-off-by: Marius Avram <marius.avram at intel.com>
---
 upgradehelper.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upgradehelper.py b/upgradehelper.py
index 27de760..cc90958 100755
--- a/upgradehelper.py
+++ b/upgradehelper.py
@@ -42,7 +42,7 @@ from datetime import date
 import shutil
 from errors import *
 from git import Git
-from bitbake import Bitbake
+from bitbake import Bitbake, BuildHistory
 from emailhandler import Email
 from statistics import Statistics
 from recipe import Recipe
-- 
1.7.9.5




More information about the yocto mailing list