diff options
author | Mariano Lopez <mariano.lopez@linux.intel.com> | 2017-02-27 07:45:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 15:50:19 +0000 |
commit | d9548f981448307b042807373e469f0d0b110bfe (patch) | |
tree | 858b9b62a4ca886561e646187cb727e5d20daea2 /scripts/pybootchartgui/pybootchartgui.py | |
parent | d6ff4891376417504018af27e8e729a412feeeea (diff) | |
download | openembedded-core-d9548f981448307b042807373e469f0d0b110bfe.tar.gz openembedded-core-d9548f981448307b042807373e469f0d0b110bfe.tar.bz2 openembedded-core-d9548f981448307b042807373e469f0d0b110bfe.zip |
oeqa/core/loader.py: Avoid importing tests with built-ins name
If importing a test with the same name as a built-in module,
it will silently import the built-in and check for tests in
built-in module. This happened with syslog module in debian
based machines, so add a raise to avoid this behavior.
[YOCTO #10978]
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/pybootchartgui/pybootchartgui.py')
0 files changed, 0 insertions, 0 deletions