mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 16:28:52 +00:00
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>