📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 07:38:05
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
future
/
moves
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/future/moves
🔄 Refresh
✏️
Editing: itertools.py
Read Only
from __future__ import absolute_import from itertools import * try: zip_longest = izip_longest filterfalse = ifilterfalse except NameError: pass
💾 Save Changes
❌ Cancel