test/data/scripts/script3.py
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 13 Oct 2015 18:20:42 +0200
changeset 10732 6231587fcfc5
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[py3k] Clarify IDownloadable expected types

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