[Lldb-commits] [lldb] r140832 - /lldb/trunk/test/python_api/module_section/TestModuleAndSection.py

Johnny Chen johnny.chen at apple.com
Thu Sep 29 17:46:24 PDT 2011


Author: johnny
Date: Thu Sep 29 19:46:24 2011
New Revision: 140832

URL: http://llvm.org/viewvc/llvm-project?rev=140832&view=rev
Log:
Fix extraneous import as a result of the last change.

Modified:
    lldb/trunk/test/python_api/module_section/TestModuleAndSection.py

Modified: lldb/trunk/test/python_api/module_section/TestModuleAndSection.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/module_section/TestModuleAndSection.py?rev=140832&r1=140831&r2=140832&view=diff
==============================================================================
--- lldb/trunk/test/python_api/module_section/TestModuleAndSection.py (original)
+++ lldb/trunk/test/python_api/module_section/TestModuleAndSection.py Thu Sep 29 19:46:24 2011
@@ -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):
 





More information about the lldb-commits mailing list