misc/migration/3.21.1_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 12 Feb 2016 15:19:59 +0100
changeset 11110 68477666401f
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[dataimport/test] fix python2.6 syntax error Don't use braces for set literals.

# re-read ComputedRelation permissions from schema.py now that we're
# able to serialize them
for computedrtype in schema.iter_computed_relations():
    sync_schema_props_perms(computedrtype.type)