On 2 September 2014 14:10, Lucian Musat <[email protected]> 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
