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):