blob: 24cdea60f2c42bf74eacf461dbaa17e74fdf0bc7 [file] [log] [blame]
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")
debugger.HandleCommand(
"command script add -f thepackage.TPunitB.command TPcommandB")