test/data/scripts/script2.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 29 Oct 2010 00:03:30 +0200
branchstable
changeset 6659 6205927e927a
parent 5436 2455ca3a2a3a
child 6631 26c303c3f1aa
permissions -rw-r--r--
fix problem introduced with previous commit

assert 'data/scripts/script2.py' == __file__
assert '__main__' == __name__
assert ['-v'] == __args__, __args__