test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 08 Dec 2015 17:59:54 +0100
changeset 10953 8b8193046600
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[rest] a bit of pep8

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