test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 29 Jun 2011 18:43:33 +0200
changeset 7583 6632c762cd63
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[forms] fix import, gone into the wrong patch

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