test/data/scripts/script1.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 21 Mar 2011 17:44:57 +0100
brancholdstable
changeset 7097 b4e7099ea2f1
parent 6631 26c303c3f1aa
permissions -rw-r--r--
Added tag cubicweb-version-3.9.x for changeset 48f468f33704

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