Browse Source

[test_http] PEP8

master
Philipp Hagemeister 10 years ago
parent
commit
03d8d4df38
1 changed files with 1 additions and 0 deletions
  1. 1
      test/test_http.py

1
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

Loading…
Cancel
Save