generic-poky/bitbake/lib/bb
Chris Larson 20dc452614 Drop a couple usages of readlines
(Bitbake rev: 40925230781ddd550bf21d90714c5349f9240a51)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-02 15:41:37 +01:00
..
fetch Start ditching fatal() calls in favor of raising appropriate exceptions 2010-07-02 15:41:36 +01:00
parse Kill the unnecessary setVarFlag debugging message 2010-07-02 15:41:36 +01:00
server Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
ui Drop a couple usages of readlines 2010-07-02 15:41:37 +01:00
COW.py Kill unnecessary usages of the types module 2010-07-02 15:41:33 +01:00
__init__.py Use PendingDeprecationWarning for functions moved from bb to bb.utils 2010-07-02 15:41:36 +01:00
build.py Switch a fatal usage to SystemExit ("T" not set) 2010-07-02 15:41:36 +01:00
cache.py Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warning 2010-07-02 15:41:36 +01:00
command.py Add missing 'return False' to the SystemExit handler in runAsyncCommand 2010-07-02 15:41:37 +01:00
cooker.py Until the interactive mode is fixed, kill it from the valid options, to avoid confusion 2010-07-02 15:41:37 +01:00
daemonize.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
data.py Don't emit vars starting with __, as those are internal 2010-07-02 15:41:34 +01:00
data_smart.py Revert "In expand, drop the unnecessary second regular expression match" 2010-07-02 15:41:34 +01:00
event.py Move the output of no provider and multiple provider messages into the UI 2010-07-02 15:41:35 +01:00
methodpool.py Consolidate the exec/eval bits, switch anonfunc to better_exec, etc 2010-07-02 15:41:31 +01:00
msg.py Fix the silent exit when the specified task doesn't exist 2010-07-02 15:41:35 +01:00
persist_data.py persist_data: cache connection and use cursor 2010-07-02 15:41:35 +01:00
providers.py Formatting cleanups 2010-07-02 15:41:32 +01:00
runqueue.py Show a traceback when a task fails due to an exception 2010-07-02 15:41:36 +01:00
shell.py Fix syntax error in shell.py 2010-07-02 15:41:37 +01:00
taskdata.py Move the output of no provider and multiple provider messages into the UI 2010-07-02 15:41:35 +01:00
utils.py Kill unnecessary usages of the types module 2010-07-02 15:41:33 +01:00