diff options
-rw-r--r-- | meta/lib/oeqa/oetest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/oetest.py b/meta/lib/oeqa/oetest.py index f7171260e7..f0423af66c 100644 --- a/meta/lib/oeqa/oetest.py +++ b/meta/lib/oeqa/oetest.py | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | # It also has some helper functions and it's responsible for actually starting the tests | 8 | # It also has some helper functions and it's responsible for actually starting the tests |
9 | 9 | ||
10 | import os, re, mmap, sys | 10 | import os, re, sys |
11 | import unittest | 11 | import unittest |
12 | import inspect | 12 | import inspect |
13 | import subprocess | 13 | import subprocess |