summaryrefslogtreecommitdiff
path: root/tests/modules/pkg1/__main__.py
blob: 0d38e33e94a0a25391238c4037f6155276c8f39c (plain)
1
2
3
# Used in the tests for PyRunner
import sys
print("pkg1.__main__: passed %s" % sys.argv[1])