Repository URL to install this package:
|
Version:
0.15.2 ▾
|
"""
Compatibility layer for Python 3/Python 2 single codebase
"""
try:
_basestring = basestring
except NameError:
_basestring = str