misc/migration/3.4.0_common.py
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 10 Apr 2013 15:34:18 +0200
branchstable
changeset 8884 e750e5abd1c7
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
[devtools] protect xvfb-run.sh against clean_up being called twice

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