File Manager
Path:
/
opt
/
alt
/
python35
/
lib
/
python3.5
/
site-packages
/
humanize
/
Viewing File: compat.py
import sys if sys.version_info < (3,): string_types = (basestring,) else: string_types = (str,)