mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
src/test.py: fix typo
standart --> standard
This commit is contained in:
parent
4f0c879004
commit
fb26c772fc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user