test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 13 Sep 2011 15:40:06 +0200
branchstable
changeset 7782 40a49f4350a5
parent 6631 26c303c3f1aa
permissions -rw-r--r--
backout 7780:a1d5365fefc1

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