test/data/scripts/script3.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 27 Jul 2011 14:24:40 +0200
branchstable
changeset 7708 45be3a9debe6
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[datafeed] for datafeed source, we don't want commit in extid2eid but explicitly handled by the source. Also, we should use 'safe' internal session

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