Skip to content

Commit e25dc31

Browse files
committed
Removed a workaround for Python < 2.7.4
1 parent 80da25d commit e25dc31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

debug_toolbar/middleware.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
from debug_toolbar.toolbar import DebugToolbar
1717

1818
_HTML_TYPES = ('text/html', 'application/xhtml+xml')
19-
# Handles python threading module bug - http://bugs.python.org/issue14308
20-
threading._DummyThread._Thread__stop = lambda x: 1
2119

2220

2321
def show_toolbar(request):

0 commit comments

Comments
 (0)