misc/migration/3.21.1_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 28 Jul 2015 18:59:14 +0200
changeset 10560 a8a0de0298a5
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[pkg] Let dh_installdocs deal with doc-base

# 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)