misc/migration/3.4.0_common.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 14 Jun 2011 22:54:20 +0200
branchstable
changeset 7506 c8cda2aca92e
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
[testlib, realdb] we should close connections prior to create a new db using current db as template

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