One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
landscape
/
lib
/
View File Name :
compat.py
# flake8: noqa _PY3 = str != bytes if _PY3: import _pickle as cPickle from configparser import ConfigParser, NoOptionError SafeConfigParser = ConfigParser import _thread as thread from io import StringIO stringio = cstringio = StringIO from builtins import input unicode = str long = int else: import cPickle from ConfigParser import ConfigParser, NoOptionError, SafeConfigParser import thread from StringIO import StringIO stringio = StringIO from cStringIO import StringIO as cstringio input = raw_input long = long unicode = unicode