test/data/scripts/script2.py
author Rabah Meradi <rabah.meradi@logilab.fr>
Wed, 03 Jun 2015 17:17:29 +0200
changeset 10378 ad0cea3ab218
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[doc] escape | operator so it will be visible in the docs

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