Missing trailing comma merged two elements

This commit is contained in:
wiredfool 2016-11-22 04:41:10 -08:00
parent de4313f00b
commit faac38c4f8

View File

@ -57,7 +57,8 @@ _plugins = [
'WmfImagePlugin', 'WmfImagePlugin',
'XbmImagePlugin', 'XbmImagePlugin',
'XpmImagePlugin', 'XpmImagePlugin',
'XVThumbImagePlugin' 'XVThumbImagePlugin',
#no _accept function #no _accept function
'ImImagePlugin', 'ImImagePlugin',
'ImtImagePlugin', 'ImtImagePlugin',