From e5486543606ada8e994966844d066314be6ef5f0 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 4 May 2016 08:54:36 +0000 Subject: [PATCH] Cleanup. - Legacy-Id: 11151 --- ietf/release/views.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/ietf/release/views.py b/ietf/release/views.py index 08cc4a3b8..3bc7a0432 100644 --- a/ietf/release/views.py +++ b/ietf/release/views.py @@ -13,20 +13,7 @@ import changelog # workaround for thread import lock problem, http://bugs.python.org/issue7980 import time -time.strptime('1984', '%Y') # this will happen lazily when changelog calls tzparse later, otherwise - - -# workaround for thread import lock problem, http://bugs.python.org/issue7980 -import time -time.strptime('1984', '%Y') - -# workaround for thread import lock problem, http://bugs.python.org/issue7980 -import time -time.strptime('1984', '%Y') - -# workaround for thread import lock problem, http://bugs.python.org/issue7980 -import time -time.strptime('1984', '%Y') +time.strptime('1984', '%Y') # we do this to force lib loading, instead of it happening lazily when changelog calls tzparse later def trac_links(text): # changeset links