misc/migration/3.4.0_common.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 16 Sep 2009 14:16:19 +0200
branch3.5
changeset 3238 988a72e59b2b
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
[querier] fix sql generated w/ NOT relation and shared variable: ensure variable's table is in parent select'scope

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