misc/migration/3.4.0_common.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 Jan 2013 14:27:51 +0100
branchstable
changeset 8678 1771d4b0fa0d
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
[doc/ldap] update the ldap chapter wrt the ldapfeed source type (closes #2551863)

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