Server Admin
Server Info
File Manager
Commander
MySQL Client
PHP Info
Editing: compat.py
import sys if sys.version_info[0] == 2: PY2 = True unicode = unicode unichr = unichr long = long StandardError = StandardError else: PY2 = False unicode = str unichr = chr long = int StandardError = Exception
Save Changes
Back to File Manager