webp to PIL in selftest

This commit is contained in:
wiredfool 2013-04-08 22:41:31 -07:00
parent 8295e33390
commit 517e0210ab

View File

@ -189,7 +189,7 @@ if __name__ == "__main__":
check_codec("G4 TIFF", "group4") check_codec("G4 TIFF", "group4")
check_module("FREETYPE2", "PIL._imagingft") check_module("FREETYPE2", "PIL._imagingft")
check_module("LITTLECMS", "PIL._imagingcms") check_module("LITTLECMS", "PIL._imagingcms")
check_module("WEBP", "_webp") check_module("WEBP", "PIL._webp")
print("-"*68) print("-"*68)
# use doctest to make sure the test program behaves as documented! # use doctest to make sure the test program behaves as documented!