From 30ae747cc5c733512e417c61fca23c0cd15b0e44 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 10 Apr 2010 22:04:52 -0700 Subject: Add a missing import of print_function Signed-off-by: Chris Larson --- lib/bb/fetch/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/bb/fetch') diff --git a/lib/bb/fetch/__init__.py b/lib/bb/fetch/__init__.py index 830fd9c1a..d7fb41a00 100644 --- a/lib/bb/fetch/__init__.py +++ b/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 -- cgit 1.2.3-korg