]> code.ossystems Code Review - openembedded-core.git/commit
targetloader.py: drop test for ClassType
authorJuro Bystricky <juro.bystricky@intel.com>
Sat, 10 Dec 2016 17:21:45 +0000 (09:21 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Dec 2016 15:16:39 +0000 (15:16 +0000)
commitd62f18c39bc0ed3b0f5ac8465b393c15f2143ecf
treeb4c54b885cd316f6ecba047ea73e4710651f8226
parentdb7799747b263507427e325638353142ae79403c
targetloader.py: drop test for ClassType

ClassType was removed from python3.
The code testing for ClassType kept throwing AttributeError exceptions:

    module 'types' has no attribute 'ClassType'

The exceptions prevented loading of any dynamically resolved target
controllers.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/controllers/testtargetloader.py