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

import six


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