misc/migration/3.7.5_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 08 Jul 2013 20:48:54 +0200
branchstable
changeset 9144 d65b6434ae3f
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[pkg] Remove obsolete ubuntu hardy packaging It's been EOL for a while.

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