This commit is contained in:
Ujjwal Verma 2017-06-25 01:13:09 +05:30
parent 8ca29679df
commit 3977eecbb9
2 changed files with 7 additions and 6 deletions

View File

@ -9,6 +9,7 @@ def test_ico(h, f):
if h.startswith(b"\x00\x00\x01\x00"):
return "ico"
imghdr.tests.append(test_ico)