Skip to content
Snippets Groups Projects
compat.py 69 B
Newer Older
str_types = (str,)
try:
    str_types += (unicode,)
except:
    pass