test/data/scripts/script2.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 26 Oct 2011 17:58:21 +0200
branchstable
changeset 8025 11caeed5ae80
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[views/facets] backout 82d76492e21e - this was not actually needed and caused some problems ...

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