[test_http] PEP8
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 30 Jan 2015 02:06:40 +0000 (03:06 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 30 Jan 2015 02:06:40 +0000 (03:06 +0100)
test/test_http.py

index 5cce5b3aef4002253444ea07185bc236b31f3fd5..bd4d46fef95e60eb7d91752b4c8ba0462b4c469e 100644 (file)
@@ -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