[OE-core] [PATCH 1/2] oeqa/utils/logparser.py: results based log parser utility

Burton, Ross ross.burton at intel.com
Wed Sep 3 14:58:43 UTC 2014


On 2 September 2014 14:10, Lucian Musat <georgex.l.musat at intel.com> wrote:
> +sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'meta/lib')))
> +import oeqa.utils.ftools as ftools

Doesn't that add .../poky/meta/lib/oeqa/meta/lib to the search path,
which doesn't make any sense.  You shouldn't need to mess with the
path to import a sibling module.

Ross



More information about the Openembedded-core mailing list