test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 01 Jul 2011 11:19:12 +0200
branchstable
changeset 7593 0c1024b3e7fc
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[c-c instance commands] keyboard interrupt should stop the command, not jump to the next instance. Closes #1794850

from os.path import join
assert __file__.endswith(join('scripts', 'script1.py')), __file__
assert '__main__' == __name__, __name__
assert [] == __args__, __args__