summaryrefslogtreecommitdiffstats
path: root/lldb/test/dotest.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/dotest.py')
-rwxr-xr-xlldb/test/dotest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py
index f97ce49c6c1..d1fae3b0abc 100755
--- a/lldb/test/dotest.py
+++ b/lldb/test/dotest.py
@@ -22,6 +22,8 @@ for available options.
from __future__ import print_function
+import lldb_shared
+
import atexit
import commands
import importlib
@@ -40,6 +42,8 @@ import inspect
import unittest2
import lldbtest_config
+import six
+
def is_exe(fpath):
"""Returns true if fpath is an executable."""
OpenPOWER on IntegriCloud