mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
f234cd90a3
Tornado has the testing submodule in __all__ so calling: from tornado import * fails if we don't include the ptest package. To fix it: put the testing module into the main package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>