diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-09-30 00:46:24 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-09-30 00:46:24 +0000 |
commit | 1887fce18458977fd19d672f3e8601297ee6493c (patch) | |
tree | e5e3a0552c538d01d9202f2ab2c58f8398f1d52c | |
parent | 7cd25b283625f00e4770d6910cfc8c8fce26d27b (diff) | |
download | bcm5719-llvm-1887fce18458977fd19d672f3e8601297ee6493c.tar.gz bcm5719-llvm-1887fce18458977fd19d672f3e8601297ee6493c.zip |
Fix extraneous import as a result of the last change.
llvm-svn: 140832
-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): |