projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03d2d6d
)
[test_http] PEP8
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 30 Jan 2015 02:06:40 +0000
(
03:06
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 30 Jan 2015 02:06:40 +0000
(
03:06
+0100)
test/test_http.py
patch
|
blob
|
history
diff --git
a/test/test_http.py
b/test/test_http.py
index 5cce5b3aef4002253444ea07185bc236b31f3fd5..bd4d46fef95e60eb7d91752b4c8ba0462b4c469e 100644
(file)
--- a/
test/test_http.py
+++ b/
test/test_http.py
@@
-14,6
+14,7
@@
import threading
TEST_DIR = os.path.dirname(os.path.abspath(__file__))
+
class HTTPTestRequestHandler(compat_http_server.BaseHTTPRequestHandler):
def log_message(self, format, *args):
pass