mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Update _util.py
Fixing missing import.
This commit is contained in:
parent
78dc47ca2b
commit
702fc75ee3
|
@ -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