This commit is contained in:
wiredfool 2013-04-05 10:41:45 -07:00
commit 181484458c
2 changed files with 7 additions and 2 deletions

View File

@ -17,7 +17,7 @@
from functools import reduce
class Filter:
class Filter(object):
pass
##

View File

@ -2,7 +2,12 @@ from tester import *
from PIL import Image
def xtest_read():
try:
import _webp
except:
skip('webp support not installed')
def test_read():
""" Can we write a webp without error. Does it have the bits we expect?"""
file = "Images/lena.webp"