🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 04:03:03 | PHP 8.1.34
📂
/ (Root)
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
📍 /opt/imunify360/venv/lib/python3.11/site-packages/setuptools
🔄 Refresh
✏️
Editing: py312compat.py
Read Only
import sys import shutil def shutil_rmtree(path, ignore_errors=False, onexc=None): if sys.version_info >= (3, 12): return shutil.rmtree(path, ignore_errors, onexc=onexc) def _handler(fn, path, excinfo): return onexc(fn, path, excinfo[1]) return shutil.rmtree(path, ignore_errors, onerror=_handler)
💾 Save Changes
❌ Cancel