misc/migration/3.21.1_Any.py
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 14 Sep 2015 12:40:57 +0200 (2015-09-14)
changeset 10604 d4bf85db41f2
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[py3k] import HTTP client constants and exceptions using six.moves
# 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)