test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 20 Jan 2011 08:23:27 +0100
branchstable
changeset 6852 970d1aab42a1
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[migration] fix migration of old cw instances which do not have yet the CWUniqueTogetherConstraint entity type

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