From: Chris Larson Date: Sun, 11 Apr 2010 05:04:52 +0000 (-0700) Subject: Add a missing import of print_function X-Git-Tag: 2011-1~5526 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c770c62fdcf35e76ed03361de901964bbe68433a;p=openembedded-core.git Add a missing import of print_function (Bitbake rev: 30ae747cc5c733512e417c61fca23c0cd15b0e44) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py index b4d08d6cdd..fec9c6ed79 100644 --- a/bitbake/lib/bb/fetch/__init__.py +++ b/bitbake/lib/bb/fetch/__init__.py @@ -24,6 +24,7 @@ BitBake build tools. # # Based on functions from the base bb module, Copyright 2003 Holger Schurig +from __future__ import print_function import os, re import bb from bb import data