[oe-commits] [openembedded-core] 11/12: oeqa/oetest: Drop unused import

git at git.openembedded.org git at git.openembedded.org
Thu Feb 28 13:37:38 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit 8aef144483cf99763fc8b0f71c37751de8fe7e86
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Feb 28 12:18:41 2019 +0000

    oeqa/oetest: Drop unused import
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/oetest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/oetest.py b/meta/lib/oeqa/oetest.py
index f717126..f0423af 100644
--- a/meta/lib/oeqa/oetest.py
+++ b/meta/lib/oeqa/oetest.py
@@ -7,7 +7,7 @@
 
 # It also has some helper functions and it's responsible for actually starting the tests
 
-import os, re, mmap, sys
+import os, re, sys
 import unittest
 import inspect
 import subprocess

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


More information about the Openembedded-commits mailing list