misc/migration/3.4.0_common.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 19 Jan 2012 12:57:02 +0100
brancholdstable
changeset 8176 eff4fe02ec64
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
[req cookie] fix remove_cookie expires which was leading to expires computed to 0 in set_cookie and the Cookie class interpret that has no expires. Closes #2154654

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