diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-04-15 08:45:15 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:41:34 +0100 |
commit | 214d1f7433fd8571c3e0920624ce07f31c7f08c9 (patch) | |
tree | 60bcbf02751331e45b6d8782a4318a184262f70e /bitbake/lib/bb/shell.py | |
parent | 231d3a534cdf75b3db588329fbd5d2a0fbbfba5e (diff) | |
download | openembedded-core-214d1f7433fd8571c3e0920624ce07f31c7f08c9.tar.gz openembedded-core-214d1f7433fd8571c3e0920624ce07f31c7f08c9.tar.bz2 openembedded-core-214d1f7433fd8571c3e0920624ce07f31c7f08c9.tar.xz openembedded-core-214d1f7433fd8571c3e0920624ce07f31c7f08c9.zip |
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>
Diffstat (limited to 'bitbake/lib/bb/shell.py')
0 files changed, 0 insertions, 0 deletions