forked from OSchip/llvm-project
Fix TestImport.py to work with Python 3.5.
Differential Revision: http://reviews.llvm.org/D16431 llvm-svn: 258448
This commit is contained in:
parent
259d71a464
commit
524afae807
|
@ -1,5 +1,7 @@
|
|||
import TPunitA
|
||||
import TPunitB
|
||||
from __future__ import absolute_import
|
||||
|
||||
from . import TPunitA
|
||||
from . import TPunitB
|
||||
|
||||
def __lldb_init_module(debugger,*args):
|
||||
debugger.HandleCommand("command script add -f thepackage.TPunitA.command TPcommandA")
|
||||
|
|
Loading…
Reference in New Issue