Skip to content

Commit e548654

Browse files
committed
Cleanup.
- Legacy-Id: 11151
1 parent bf4350f commit e548654

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

ietf/release/views.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,7 @@
1313

1414
# workaround for thread import lock problem, http://bugs.python.org/issue7980
1515
import time
16-
time.strptime('1984', '%Y') # this will happen lazily when changelog calls tzparse later, otherwise
17-
18-
19-
# workaround for thread import lock problem, http://bugs.python.org/issue7980
20-
import time
21-
time.strptime('1984', '%Y')
22-
23-
# workaround for thread import lock problem, http://bugs.python.org/issue7980
24-
import time
25-
time.strptime('1984', '%Y')
26-
27-
# workaround for thread import lock problem, http://bugs.python.org/issue7980
28-
import time
29-
time.strptime('1984', '%Y')
16+
time.strptime('1984', '%Y') # we do this to force lib loading, instead of it happening lazily when changelog calls tzparse later
3017

3118
def trac_links(text):
3219
# changeset links

0 commit comments

Comments
 (0)