misc/migration/3.8.3_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 22 Dec 2015 10:39:05 +0100
changeset 11038 7cb02ab4f321
parent 5589 25bf54dab82b
permissions -rw-r--r--
[hooks] fix extra_props handling on python3 The json module expects str, not bytes, so we need to do the decoding.

if 'same_as' in schema:
    sync_schema_props_perms('same_as', syncperms=False)
sync_schema_props_perms('Bookmark', syncperms=False)