summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/ast.py
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-04-08 10:22:29 -0700
committerChris Larson <chris_larson@mentor.com>2010-04-09 19:38:53 -0700
commit4fa052f426e3205ebace713eaa22deddc0420e8a (patch)
tree32b06c25d13fa1a4101c9294d1cefaecc3079b55 /lib/bb/parse/ast.py
parent2caf134b43a44dad30af4fbe33033b3c58deee57 (diff)
downloadbitbake-4fa052f426e3205ebace713eaa22deddc0420e8a.tar.gz
Import fixups
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'lib/bb/parse/ast.py')
-rw-r--r--lib/bb/parse/ast.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/parse/ast.py b/lib/bb/parse/ast.py
index 6d4f28562..a586c5cde 100644
--- a/lib/bb/parse/ast.py
+++ b/lib/bb/parse/ast.py
@@ -22,6 +22,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import bb, re, string
+from bb import methodpool
from itertools import chain
__word__ = re.compile(r"\S+")