test/data/scripts/script3.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 12 Oct 2015 09:53:51 +0200
changeset 10830 d41f13a919ff
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[entity] set _cw_adapters_cache in __init__ rather than on first use

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