mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
webp to PIL in selftest
This commit is contained in:
parent
8295e33390
commit
517e0210ab
|
@ -189,7 +189,7 @@ if __name__ == "__main__":
|
|||
check_codec("G4 TIFF", "group4")
|
||||
check_module("FREETYPE2", "PIL._imagingft")
|
||||
check_module("LITTLECMS", "PIL._imagingcms")
|
||||
check_module("WEBP", "_webp")
|
||||
check_module("WEBP", "PIL._webp")
|
||||
print("-"*68)
|
||||
|
||||
# use doctest to make sure the test program behaves as documented!
|
||||
|
|
Loading…
Reference in New Issue
Block a user