Home | History | Annotate | Download | only in thepackage
      1 def command(debugger, command, result, internal_dict):
      2 	result.PutCString(u"hello world A")
      3 	return None
      4