test/data/scripts/script1.py
author David Douard <david.douard@logilab.fr>
Fri, 03 Jul 2015 12:07:29 +0200
changeset 10501 1031d4a17a69
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[doc] remove mentions of pyro and reposity instance type from the concepts chapter Related to #4832808

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