summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/commands/command/source/my.py
blob: bd97fda3cbbf13cde6f46fd73d18a8c482e08b9d (plain) (blame)
1
2
3
4
5
6
7
from __future__ import print_function


def date():
    import datetime
    today = datetime.date.today()
    print(today)