diff options
Diffstat (limited to 'src/__init__.py')
| -rw-r--r-- | src/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/__init__.py b/src/__init__.py index 7557381..3f5c478 100644 --- a/src/__init__.py +++ b/src/__init__.py | |||
| @@ -1 +1,5 @@ | |||
| 1 | #!/bin/env python3 \ No newline at end of file | 1 | #!/bin/env python3 |
| 2 | |||
| 3 | # A set of extension that aren't supported, despite matching a supported mimetype | ||
| 4 | unsupported_extensions = set(['bat', 'c', 'h', 'ksh', 'pl', 'txt', 'asc', | ||
| 5 | 'text', 'pot', 'brf', 'srt', 'rdf', 'wsdl', 'xpdl', 'xsl', 'xsd']) | ||
