Merge pull request #658 from Mkaysi/patch-4

src/test.py: fix typo
This commit is contained in:
Valentin Lorentz 2014-05-22 17:42:36 +02:00
commit 87f39fa167

View File

@ -505,7 +505,7 @@ class TestRequestHandler(httpserver.SupyHTTPRequestHandler):
httpserver.http_servers = [httpserver.TestSupyHTTPServer()] httpserver.http_servers = [httpserver.TestSupyHTTPServer()]
# Partially stolen from the standart Python library :) # Partially stolen from the standard Python library :)
def open_http(url, data=None): def open_http(url, data=None):
"""Use HTTP protocol.""" """Use HTTP protocol."""
import httplib import httplib