📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 09:10:44
📂
/
/
opt
/
alt
/
python313
/
lib
/
python3.13
/
site-packages
/
setuptools
/
_distutils
✏️
Editing: _macos_compat.py
import sys import importlib def bypass_compiler_fixup(cmd, args): return cmd if sys.platform == 'darwin': compiler_fixup = importlib.import_module('_osx_support').compiler_fixup else: compiler_fixup = bypass_compiler_fixup
💾 Save Changes
❌ Cancel