test/data/scripts/script2.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 16 Jun 2011 15:52:05 +0200 (2011-06-16)
branchstable
changeset 7523 f6856231cc51
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[rql annotation] fix bad invariant variable w/ has_text relation: this is only true when has_text will be used as principal (though we don't know that yet)
from os.path import join
assert __file__.endswith(join('scripts', 'script2.py')), __file__
assert '__main__' == __name__, __name__
assert ['-v'] == __args__, __args__