test/data/scripts/script2.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 16 Nov 2011 22:07:32 +0100
branchstable
changeset 8086 a057a0a4371b
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[reledit] default label should be translated, I don't thing we've an opportunity to do it another way as uicfg objects are static

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