Add missing imports in the configuration files

This commit is contained in:
Pierre-Yves Chibon 2015-04-02 20:49:52 +02:00
parent 32688fad29
commit e2608e9cbc
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
from datetime import timedelta
### Set the time after which the admin session expires
# There are two sessions on pagure, login that holds for 31 days and

View file

@ -1,3 +1,4 @@
from datetime import timedelta
### Set the time after which the admin session expires
# There are two sessions on pagure, login that holds for 31 days and