mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
fix for if isinstance(filter, collections.Callable) crash. Python bug #7624 on <2.6.6
This commit is contained in:
parent
452a468ac8
commit
7129baa9b2
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
from functools import reduce
|
from functools import reduce
|
||||||
|
|
||||||
class Filter:
|
class Filter(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue
Block a user