test/data/scripts/script1.py
author Samuel Trégouët <samuel.tregouet@logilab.fr>
Thu, 03 Dec 2015 14:55:10 +0100
changeset 10943 1079d68130e1
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[dataimport] prepare_insert_entity should not crash with SQLGenObjectStore

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