aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/command_script/import/thepackage/__init__.py
blob: faa4e3b0cbfffc901e1155cbb544514ee63fbaa3 (plain) (blame)
1
2
3
4
5
6
import TPunitA
import TPunitB

def __lldb_init_module(debugger,*args):
	debugger.HandleCommand("command script add -f thepackage.TPunitA.command TPcommandA")
	debugger.HandleCommand("command script add -f thepackage.TPunitB.command TPcommandB")