test/data/scripts/script2.py
author David Douard <david.douard@logilab.fr>
Mon, 15 Jul 2013 16:55:03 +0200
branchstable
changeset 9153 bc1b8e77d6ce
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[test/devctl] add a test case for i18ncube command

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