test/data/scripts/script2.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 03 Feb 2012 14:32:11 +0100
branchstable
changeset 8192 0067653190c7
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[hooks/syncschema] do not crash if the schema did not learn (yet) some new META rtype (closes #2171313)

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