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