mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +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
|
||||
|
||||
class Filter:
|
||||
class Filter(object):
|
||||
pass
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue
Block a user