test/data/scripts/script2.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 17 Jul 2012 12:06:52 +0200
branchstable
changeset 8471 05992aa3fc0d
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[form widgets] fix JQueryDatePicker and JQueryTimePicker so they consider widget custom attributes. Closes #2423720

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