Home | History | Annotate | Download | only in thepackage
      1 import TPunitA
      2 import TPunitB
      3 
      4 def __lldb_init_module(debugger,*args):
      5 	debugger.HandleCommand("command script add -f thepackage.TPunitA.command TPcommandA")
      6 	debugger.HandleCommand("command script add -f thepackage.TPunitB.command TPcommandB")
      7