X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/future/moves
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
future
/
moves
/
??
..
??
__init__.py
(220 B)
??
__pycache__
??
_dummy_thread.py
(175 B)
??
_markupbase.py
(171 B)
??
_thread.py
(163 B)
??
builtins.py
(281 B)
??
collections.py
(417 B)
??
configparser.py
(146 B)
??
copyreg.py
(438 B)
??
dbm
??
html
??
http
??
itertools.py
(158 B)
??
pickle.py
(229 B)
??
queue.py
(160 B)
??
reprlib.py
(161 B)
??
socketserver.py
(174 B)
??
subprocess.py
(251 B)
??
sys.py
(132 B)
??
test
??
tkinter
??
urllib
??
winreg.py
(163 B)
??
xmlrpc
Editing: copyreg.py
from __future__ import absolute_import from future.utils import PY3 if PY3: import copyreg, sys # A "*" import uses Python 3's copyreg.__all__ which does not include # all public names in the API surface for copyreg, this avoids that # problem by just making our module _be_ a reference to the actual module. sys.modules['future.moves.copyreg'] = copyreg else: __future_module__ = True from copy_reg import *
Upload File
Create Folder