aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/command/source/my.py
blob: e5d789a5b40e768316916e3fc61ef38d31926b74 (plain)
1
2
3
4
5
def date():
    import datetime

    today = datetime.date.today()
    print(today)