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

import ConfigParser
try:
    undo_actions = config.cfgfile_parser.get('MAIN', 'undo-support', False)
except ConfigParser.NoOptionError:
    pass # this conf. file was probably already migrated
else:
    config.global_set_option('undo-enabled', bool(undo_actions))