test/data/scripts/script2.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 06 Jul 2010 17:11:41 +0200
changeset 5907 5eba1248e12b
parent 5436 2455ca3a2a3a
child 6631 26c303c3f1aa
permissions -rw-r--r--
[web config] fix old css compat code: we have to modify locate_resource prototype so it return (potentially hacked) file name as well. Should only impact the file cube which has to be released anyway.

assert 'data/scripts/script2.py' == __file__
assert '__main__' == __name__
assert ['-v'] == __args__, __args__