Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
alt
/
python35
/
lib
/
python3.5
/
site-packages
/
humanize
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/python35/lib/python3.5/site-packages/humanize/compat.py
import sys if sys.version_info < (3,): string_types = (basestring,) else: string_types = (str,)