summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/script/syntax/legacy-scripts/build-spec/orig/py3.Xfoo
blob: 7f105e6dd90a43e12129f7173526d26ce79b23b9 (plain)
1
2
3
4
#! /usr/bin/env python3.7

if __name__ == '__main__':
	print 'Hi there'