// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
future
/
moves
[ PARENT ]
EDIT :: sys.py
from __future__ import absolute_import from future.utils import PY2 from sys import * if PY2: from __builtin__ import intern
SAVE
CANCEL