summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py b/lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py
index 0453aa837b6..661e395d9dc 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py
@@ -7,11 +7,11 @@ import use_lldb_suite
import os, time
import lldb
import platform
-import lldbutil
+import lldbsuite.test.lldbutil as lldbutil
from distutils.version import StrictVersion
-from lldbtest import *
+from lldbsuite.test.lldbtest import *
class CModulesTestCase(TestBase):
OpenPOWER on IntegriCloud