]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/command_script/import/thepackage/TPunitB.py
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / command_script / import / thepackage / TPunitB.py
1
2 import six
3
4
5 def command(debugger, command, result, internal_dict):
6     result.PutCString(six.u("hello world B"))
7     return None