HOME


sh-3ll 1.0
DIR:/usr/local/lib/python3.6/site-packages/future/moves/http/
Upload File :
Current File : //usr/local/lib/python3.6/site-packages/future/moves/http/client.py
from future.utils import PY3

if PY3:
    from http.client import *
else:
    from httplib import *
    from httplib import HTTPMessage
    __future_module__ = True