diff options
Diffstat (limited to 'MAT/mat.py')
| -rw-r--r-- | MAT/mat.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -65,7 +65,7 @@ def list_supported_formats(): | |||
| 65 | 65 | ||
| 66 | localy_supported = [] | 66 | localy_supported = [] |
| 67 | for item in handler.list: | 67 | for item in handler.list: |
| 68 | if strippers.STRIPPERS.has_key(item['mimetype'].split(',')[0]): | 68 | if item['mimetype'].split(',')[0] in strippers.STRIPPERS: |
| 69 | localy_supported.append(item) | 69 | localy_supported.append(item) |
| 70 | 70 | ||
| 71 | return localy_supported | 71 | return localy_supported |
