7 lines
129 B
Python
7 lines
129 B
Python
try:
|
|
string_type = basestring
|
|
except NameError:
|
|
string_type = str
|
|
|
|
from .encode import encode
|
|
from .decode import decode
|