test/data/scripts/script3.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Feb 2011 18:04:04 +0100
branchstable
changeset 6954 f9a84d54ebf3
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[doc] update some copyrights

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