aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2005-07-10 18:03:23 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2005-07-10 18:03:23 +0000
commit67afbf5e1de58ee9584ccb55eca941762ccf8a0c (patch)
treeb7cfff7e982d94c725682ac7e1dd6f17841eea80 /MANIFEST
parent0ad43bae7e83199de7d848662986ac14ad95fd1f (diff)
downloadbitbake-67afbf5e1de58ee9584ccb55eca941762ccf8a0c.tar.gz
Prepare for the new tokenizer C-based parser as optional parser.
For now import bb.parse will function the way it used to work
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST5
1 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 0be76bfaf..71e3605a4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -11,9 +11,10 @@ lib/bb/data_smart.py
lib/bb/event.py
lib/bb/fetch.py
lib/bb/manifest.py
-lib/bb/parse/BBHandler.py
-lib/bb/parse/ConfHandler.py
lib/bb/parse/__init__.py
+lib/bb/parse/parse_py/BBHandler.py
+lib/bb/parse/parse_py/ConfHandler.py
+lib/bb/parse/parse_py/__init__.py
lib/bb/shell.py
lib/bb/utils.py
doc/COPYING.GPL