diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/TestModulesAutoImport.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/TestModulesAutoImport.py b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/TestModulesAutoImport.py index 264631805ed..e2f546c88fd 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/TestModulesAutoImport.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-auto-import/TestModulesAutoImport.py @@ -3,12 +3,8 @@ from __future__ import print_function -from distutils.version import StrictVersion import unittest2 -import os -import time import lldb -import platform from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * |