summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-pycode-egg/src/sample.py
blob: 2ecf577f6370fe8cec23b3f11ca136be73c5ef5c (plain)
1
2
3
4
5
6
#: constant on sample.py
CONSTANT = 1


def hello(s):
    print('Hello %s' % s)