forked from OSchip/llvm-project
Fix extraneous import as a result of the last change.
llvm-svn: 140832
This commit is contained in:
parent
7cd25b2836
commit
1887fce184
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue