test/data/scripts/script2.py
author Rémi Cardona <remi.cardona@logilab.fr>
Fri, 05 Dec 2014 12:08:13 +0100
changeset 10115 6fd167b140cd
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[server] Remove useless 'is None' checks 'pb' is never none since 3386fd89c914 when support for the 'APYCOT_ROOT' env var was removed.

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