summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/parse/ast.py
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-06-20 12:07:34 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-02 15:41:37 +0100
commitecbd5ca720ce28284280dc60013b3f60e9dd934f (patch)
tree00759b5193c3aeea2f7213a8df8596f23ad1cbc5 /bitbake/lib/bb/parse/ast.py
parentef1de9ecaf73e28234d284b79ec45e084d0f0c53 (diff)
downloadopenembedded-core-ecbd5ca720ce28284280dc60013b3f60e9dd934f.tar.gz
openembedded-core-ecbd5ca720ce28284280dc60013b3f60e9dd934f.tar.bz2
openembedded-core-ecbd5ca720ce28284280dc60013b3f60e9dd934f.tar.xz
openembedded-core-ecbd5ca720ce28284280dc60013b3f60e9dd934f.zip
3.0 prep
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/parse/ast.py')
-rw-r--r--bitbake/lib/bb/parse/ast.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/parse/ast.py b/bitbake/lib/bb/parse/ast.py
index 02d682d88..dae2e1115 100644
--- a/bitbake/lib/bb/parse/ast.py
+++ b/bitbake/lib/bb/parse/ast.py
@@ -21,6 +21,8 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+from __future__ import absolute_import
+from future_builtins import filter
import bb, re, string
from bb import methodpool
import itertools