test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 28 Oct 2011 11:33:26 +0200
changeset 8037 a36bd56f33bb
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[diet] move iprogress to its own cube. Closes #1916016

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