diff options
-rw-r--r-- | lldb/test/python_api/module_section/TestModuleAndSection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/module_section/TestModuleAndSection.py b/lldb/test/python_api/module_section/TestModuleAndSection.py index 671af56e836..efd5f0c5686 100644 --- a/lldb/test/python_api/module_section/TestModuleAndSection.py +++ b/lldb/test/python_api/module_section/TestModuleAndSection.py @@ -7,7 +7,7 @@ import re import unittest2 import lldb from lldbtest import * -from lldbutil import symbol_iter, symbol_type_to_str +from lldbutil import symbol_type_to_str class ModuleAndSectionAPIsTestCase(TestBase): |