test/data/scripts/script3.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 01 Feb 2011 10:08:44 +0100
branchstable
changeset 6929 e9464d975908
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[rql2sql] fix bug with NOT in "fake" having terms

from os.path import join
assert __file__.endswith(join('scripts', 'script3.py')), __file__
assert '__main__' == __name__, __name__
assert ['-vd', '-f', 'FILE.TXT'] == __args__, __args__