From 1887fce18458977fd19d672f3e8601297ee6493c Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Fri, 30 Sep 2011 00:46:24 +0000 Subject: Fix extraneous import as a result of the last change. llvm-svn: 140832 --- lldb/test/python_api/module_section/TestModuleAndSection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/python_api/module_section') 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): -- cgit v1.2.3