configure.ac: Don't sanity-check `$mdw_ecl_opts' if there's no `ecl' anwyay.
[runlisp] / bench / t.py
CommitLineData
e29834b8
MW
1#! /usr/bin/python
2
3import sys as SYS
4
5print("""\
6Hello from Python!
7Script = `%s'
8Arguments = (%s)""" %
9 (SYS.argv[0], ", ".join("`%s'" % arg for arg in SYS.argv[1:])))