[oe-commits] [openembedded-core] 02/20: scripts/oe-selftest: Remove inadvertant python3 specific change

git at git.openembedded.org git at git.openembedded.org
Sun May 22 15:12:29 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1bfe160fa1050c189364e2dec5d018f3ac91a670
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun May 22 16:06:20 2016 +0100

    scripts/oe-selftest: Remove inadvertant python3 specific change
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/oe-selftest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/oe-selftest b/scripts/oe-selftest
index 900b3f4..00ef51f 100755
--- a/scripts/oe-selftest
+++ b/scripts/oe-selftest
@@ -442,7 +442,7 @@ def main():
     bbpath = get_bb_var('BBPATH').split(':')
     layer_libdirs = [p for p in (os.path.join(l, 'lib') for l in bbpath) if os.path.exists(p)]
     sys.path.extend(layer_libdirs)
-    imp.reload(oeqa.selftest)
+    reload(oeqa.selftest)
 
     if args.run_tests_by and len(args.run_tests_by) >= 2:
         valid_options = ['name', 'class', 'module', 'id', 'tag']

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list