generic-poky/bitbake/lib/bb
Chris Larson 214d1f7433 Move the python version check into the python package
This ensures the check is run for anyone using the package, including
setup.py, though it's sad that it's necessary, since all it really wants is
__version__.

Ideally, we'd avoid the version check entirely in favor of checking for
functionality, but that's rather difficult with language constructs like
context managers, so this'll do for now.

(Bitbake rev: f936f1c0edf70860ea0f39ec1a500ba43b56f289)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-02 15:41:34 +01:00
..
fetch Kill unnecessary usages of the types module 2010-07-02 15:41:33 +01:00
parse Move the unset BBPATH sanity check after the bblayers processing 2010-07-02 15:41:33 +01:00
server Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
ui Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
COW.py Kill unnecessary usages of the types module 2010-07-02 15:41:33 +01:00
__init__.py Move the python version check into the python package 2010-07-02 15:41:34 +01:00
build.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
cache.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
command.py Formatting cleanups 2010-07-02 15:41:32 +01:00
cooker.py Search up the directory tree for bblayers.conf 2010-07-02 15:41:33 +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 Kill unnecessary usages of the types module 2010-07-02 15:41:33 +01:00
data_smart.py Kill unnecessary usages of the types module 2010-07-02 15:41:33 +01:00
event.py Apply the 2to3 print function transform 2010-07-02 15:41:33 +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 Apply the 2to3 print function transform 2010-07-02 15:41:33 +01:00
persist_data.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
providers.py Formatting cleanups 2010-07-02 15:41:32 +01:00
runqueue.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
shell.py Apply the 2to3 print function transform 2010-07-02 15:41:33 +01:00
taskdata.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
utils.py Kill unnecessary usages of the types module 2010-07-02 15:41:33 +01:00