]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bb.utils: use imp.get_suffixes for load_plugins
authorChristopher Larson <chris_larson@mentor.com>
Sat, 30 Apr 2016 19:40:58 +0000 (12:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2016 09:19:59 +0000 (10:19 +0100)
commit09f838dbaefdaedc01a1f4818ed38280b38db744
tree36bd9e9caa4a68faface6c6c93bb4cf8dc357ac1
parent99db61bf816d9c735032caa762aae8e6a0803402
bb.utils: use imp.get_suffixes for load_plugins

Rather than hardcoding .py, use python's knowledge of its file extensions.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/utils.py