Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
MySQLdb
✏️
Editing: compat.py
import sys if sys.version_info[0] == 3: PY2 = False unicode = str unichr = chr long = int else: PY2 = True unicode = unicode unichr = unichr long = long
💾 Save Changes
❌ Cancel