This commit is contained in:
Michał Nowotka 2013-07-25 09:25:27 -07:00
commit ea700d08b5

View File

@ -1,3 +1,5 @@
import os
if bytes is str:
def isStringType(t):
return isinstance(t, basestring)