From f31b10f0abae980b987c10f710ab6c18795ac731 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 14 2015 09:55:32 +0000 Subject: [PATCH 1/2] Add missing import in the example configuration file --- diff --git a/files/pagure.cfg.sample b/files/pagure.cfg.sample index b152493..000a0be 100644 --- a/files/pagure.cfg.sample +++ b/files/pagure.cfg.sample @@ -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 From e91bef50488f7447a69cb5f523f577491e0d7ad0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 14 2015 09:56:20 +0000 Subject: [PATCH 2/2] Another missing import in the example configuration file --- diff --git a/files/pagure.cfg.sample b/files/pagure.cfg.sample index 000a0be..9c1c7da 100644 --- a/files/pagure.cfg.sample +++ b/files/pagure.cfg.sample @@ -1,3 +1,4 @@ +import os from datetime import timedelta ### Set the time after which the admin session expires