📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 10:10:02
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
future
/
moves
/
http
📍 /opt/alt/python37/lib/python3.7/site-packages/future/moves/http
🔄 Refresh
✏️
Editing: client.py
Read Only
from future.utils import PY3 if PY3: from http.client import * else: from httplib import * from httplib import HTTPMessage __future_module__ = True
💾 Save Changes
❌ Cancel