mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +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:
|
if bytes is str:
|
||||||
def isStringType(t):
|
def isStringType(t):
|
||||||
return isinstance(t, basestring)
|
return isinstance(t, basestring)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user