test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Sep 2011 16:52:55 +0200
branchstable
changeset 7772 e4f7e9b9f436
parent 6631 26c303c3f1aa
permissions -rw-r--r--
i18nupdate

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