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