aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/__init__.py
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-04-10 22:04:52 -0700
committerChris Larson <chris_larson@mentor.com>2010-04-10 22:04:52 -0700
commit30ae747cc5c733512e417c61fca23c0cd15b0e44 (patch)
tree77609fbe6e3d0a0fd0475465ebe9809cdf0b0f8f /lib/bb/fetch/__init__.py
parentff2e28d0d9723ccd0e9dd635447b6d889cc9f597 (diff)
downloadbitbake-30ae747cc5c733512e417c61fca23c0cd15b0e44.tar.gz
Add a missing import of print_function
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'lib/bb/fetch/__init__.py')
-rw-r--r--lib/bb/fetch/__init__.py1
1 files changed, 1 insertions, 0 deletions
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