misc/migration/3.4.0_common.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Sun, 09 Aug 2009 15:40:46 +0200
changeset 2748 d2fcf19bfb34
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
F [registry views] add _registry startup view

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