misc/migration/3.4.0_common.py
author Arthur Lutz <arthur.lutz@logilab.fr>
Wed, 27 Jul 2011 12:25:48 +0200
brancholdstable
changeset 7703 2364087528e7
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
[css] syntax fix in cubicweb.css

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