test/data/scripts/script1.py
author Julien Jehannet <julien.jehannet@logilab.fr>
Wed, 28 Apr 2010 16:13:56 +0200
changeset 5430 ed8f71e244f8
child 5436 2455ca3a2a3a
permissions -rw-r--r--
[shell] #715938: support of script parameters (using standard '--' as arguments separator) Arguments after bare "--" string will not be processed by the shell command You can use it to pass extra arguments to your script and expect for them in 'scriptargs' afterwards.

assert 'data/scripts/script1.py' == __file__
assert '__main__' == __name__
assert [] == scriptargs, scriptargs