misc/migration/3.4.0_common.py
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Tue, 19 Jan 2010 10:43:48 +0100
changeset 4259 83b0bf9b0a51
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
inherit from FieldWidget to inherit from the process_field_data required by the edit controller

from os.path import join
from cubicweb.toolsutils import create_dir

option_renamed('pyro-application-id', 'pyro-instance-id')

create_dir(join(config.appdatahome, 'backup'))