Fix extraneous import as a result of the last change.

llvm-svn: 140832
This commit is contained in:
Johnny Chen
2011-09-30 00:46:24 +00:00
parent 7cd25b2836
commit 1887fce184

View File

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