aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/command_script/import/thepackage/TPunitB.py
blob: 60b31b89f6da3643b6e9c5fd484cd7b899da8932 (plain) (blame)
1
2
3
4
5
6

import six

def command(debugger, command, result, internal_dict):
	result.PutCString(six.u("hello world B"))
	return None