test/data/scripts/script1.py
author Florent Cayré <florent.cayre@gmail.com>
Thu, 13 Oct 2011 09:15:16 +0200
changeset 7942 d12c21ea4cd4
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[edit controller] add form to pre_web_edit signature to ease linkto usage (used by vcsfile cube)

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