test/data/scripts/script2.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 30 Mar 2011 15:09:13 +0200
branchstable
changeset 7145 8dd94fa7310a
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[doc] fix typo

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