misc/migration/3.7.5_Any.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 30 Apr 2010 19:58:17 +0200
branchstable
changeset 5451 7b2e9f774028
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
ignore annoying warnings about pygments already being imported and stuff being added to python path

if versions_map['cubicweb'][0] == (3, 7, 4):
    config['http-session-time'] *= 60
    config['cleanup-session-time'] *= 60
    config['cleanup-anonymous-session-time'] *= 60