Add missing imports in the configuration files
This commit is contained in:
parent
32688fad29
commit
e2608e9cbc
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
from datetime import timedelta
|
||||||
|
|
||||||
### Set the time after which the admin session expires
|
### Set the time after which the admin session expires
|
||||||
# There are two sessions on pagure, login that holds for 31 days and
|
# There are two sessions on pagure, login that holds for 31 days and
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from datetime import timedelta
|
||||||
|
|
||||||
### Set the time after which the admin session expires
|
### Set the time after which the admin session expires
|
||||||
# There are two sessions on pagure, login that holds for 31 days and
|
# There are two sessions on pagure, login that holds for 31 days and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue