summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/oetest.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/oetest.py')
-rw-r--r--meta/lib/oeqa/oetest.py2
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
10import os, re, mmap, sys 10import os, re, sys
11import unittest 11import unittest
12import inspect 12import inspect
13import subprocess 13import subprocess