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