summaryrefslogtreecommitdiff
path: root/tests/modules/runmod1.py
blob: 671d81efd331f3f521e4549f7ca6318566f44934 (plain)
1
2
3
# Used in the tests for run_python_module
import sys
print("runmod1: passed %s" % sys.argv[1])