misc/migration/3.7.5_Any.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 02 Sep 2010 14:09:20 +0200
changeset 6180 9d7acf23369d
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
fix name error by adding missing import

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