ok
Direktori : /proc/self/root/opt/alt/python35/lib/python3.5/site-packages/humanize/ |
Current File : //proc/self/root/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,)