test/data/scripts/script2.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 20 Feb 2012 16:14:19 +0100
branchstable
changeset 8252 3e769d21f67a
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[hg] ignore ldap database

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