etwist/twconfig.py
changeset 6012 d56fd78006cd
parent 5554 9b7bdbfee68b
child 6817 1959d97ebf2e
--- a/etwist/twconfig.py	Mon Jul 26 12:07:00 2010 +0200
+++ b/etwist/twconfig.py	Mon Jul 26 12:08:24 2010 +0200
@@ -76,12 +76,6 @@
 the repository rather than the user running the command',
           'group': 'main', 'level': WebConfiguration.mode == 'system'
           }),
-        ('session-time',
-         {'type' : 'time',
-          'default': '30min',
-          'help': 'session expiration time, default to 30 minutes',
-          'group': 'main', 'level': 1,
-          }),
         ('pyro-server',
          {'type' : 'yn',
           # pyro is only a recommends by default, so don't activate it here