// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
future
/
moves
/
http
[ PARENT ]
EDIT :: __init__.py
from future.utils import PY3 if not PY3: __future_module__ = True
SAVE
CANCEL