4 lines
56 B
Python
4 lines
56 B
Python
|
|
# py2,3 compatiblity helpers
|
||
|
|
|
||
|
|
basestring = (str, bytes)
|