mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-13 09:15:46 +03:00
Merge 702fc75ee3
into 78dc47ca2b
This commit is contained in:
commit
ea700d08b5
|
@ -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