AlkantarClanX12
Current Path : /opt/cloudlinux/venv/lib64/python3.11/site-packages/future/moves/http/ |
Current File : //opt/cloudlinux/venv/lib64/python3.11/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