summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c/modules/TestCModules.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/c/modules/TestCModules.py')
-rw-r--r--lldb/test/lang/c/modules/TestCModules.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/c/modules/TestCModules.py b/lldb/test/lang/c/modules/TestCModules.py
index 5875c777329..c35a687a2bc 100644
--- a/lldb/test/lang/c/modules/TestCModules.py
+++ b/lldb/test/lang/c/modules/TestCModules.py
@@ -1,5 +1,7 @@
"""Test that importing modules in C works as expected."""
+from __future__ import print_function
+
import lldb_shared
import os, time
OpenPOWER on IntegriCloud