summaryrefslogtreecommitdiffstats
path: root/bin/oeread
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-14 02:44:20 +0000
committerChris Larson <clarson@kergoth.com>2003-06-14 02:44:20 +0000
commit2305553818c531cd65064486870f80b2aa7d2903 (patch)
tree9742092432aabca93faf4f5126f01cb7fc2c2bd2 /bin/oeread
parentd14970124c4ba7d2f4f0085aad7d8e8194c2315d (diff)
downloadbitbake-contrib-2305553818c531cd65064486870f80b2aa7d2903.tar.gz
Make oeread use the new oeparse code.
Diffstat (limited to 'bin/oeread')
-rw-r--r--bin/oeread9
1 files changed, 2 insertions, 7 deletions
diff --git a/bin/oeread b/bin/oeread
index d0d1da0f3..59a583569 100644
--- a/bin/oeread
+++ b/bin/oeread
@@ -1,9 +1,4 @@
#!/usr/bin/python
-import sys,os,string
-from oe import *
-
-
-
-env['OEDEBUG'] = '3'
-read_config(env['OEDIR'] + '/conf/oe.conf')
+import oeparse
+cfg = oeparse.handle("conf/oe.conf")