Commit f0a41580 authored by Denis Bilenko's avatar Denis Bilenko

add assertion errors to http.py and httplib.py

parent 9ae46002
# Copyright (c) 2009-2010 Denis Bilenko. See LICENSE for details.
raise AssertionError('TODO: gevent.http')
from gevent import core
from gevent.baseserver import BaseServer
from gevent.hub import get_hub
......
# Copyright (C) 2010-2011 gevent contributors. See LICENSE for details.
raise AssertionError('TODO: httplib')
__httplib__ = __import__('httplib')
from gevent import core
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment