commit | 1887fce18458977fd19d672f3e8601297ee6493c | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Fri Sep 30 00:46:24 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Fri Sep 30 00:46:24 2011 +0000 |
tree | e5e3a0552c538d01d9202f2ab2c58f8398f1d52c | |
parent | 7cd25b283625f00e4770d6910cfc8c8fce26d27b [diff] [blame] |
Fix extraneous import as a result of the last change. llvm-svn: 140832
diff --git a/lldb/test/python_api/module_section/TestModuleAndSection.py b/lldb/test/python_api/module_section/TestModuleAndSection.py index 671af56..efd5f0c 100644 --- a/lldb/test/python_api/module_section/TestModuleAndSection.py +++ b/lldb/test/python_api/module_section/TestModuleAndSection.py
@@ -7,7 +7,7 @@ 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):