mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
commit
c08721aa0b
|
@ -1,3 +1,5 @@
|
|||
import os
|
||||
|
||||
if bytes is str:
|
||||
def isStringType(t):
|
||||
return isinstance(t, basestring)
|
||||
|
|
Loading…
Reference in New Issue
Block a user