File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 55#
66
77import os
8- import weakref
9-
108from contextlib import contextmanager
119
12- from roundup .anypy .html import html_escape
13-
1410import roundup .instance
15- from roundup .cgi import TranslationService
1611from roundup .anypy import http_
12+ from roundup .anypy .html import html_escape
1713from roundup .anypy .strings import s2b
18-
14+ from roundup . cgi import TranslationService
1915from roundup .cgi .client import BinaryFieldStorage
2016
2117BaseHTTPRequestHandler = http_ .server .BaseHTTPRequestHandler
2824 http_ .server .BaseHTTPRequestHandler .responses [429 ] = (
2925 'Too Many Requests' ,
3026 'The user has sent too many requests in '
31- 'a given amount of time ("rate limiting")'
27+ 'a given amount of time ("rate limiting")' ,
3228 )
3329
3430class Headers (object ):
You can’t perform that action at this time.
0 commit comments