blob: 9694b084295fcf6cc680c6dc3d83dfa990954dee [file] [log] [blame]
import six
def command(debugger, command, result, internal_dict):
result.PutCString(six.u("hello world A"))
return None