summaryrefslogtreecommitdiff
path: root/libmat2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmat2/__init__.py')
-rw-r--r--libmat2/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/libmat2/__init__.py b/libmat2/__init__.py
new file mode 100644
index 0000000..07d3036
--- /dev/null
+++ b/libmat2/__init__.py
@@ -0,0 +1,6 @@
1#!/bin/env python3
2
3# A set of extension that aren't supported, despite matching a supported mimetype
4unsupported_extensions = set(['bat', 'c', 'h', 'ksh', 'pl', 'txt', 'asc',
5 'text', 'pot', 'brf', 'srt', 'rdf', 'wsdl',
6 'xpdl', 'xsl', 'xsd'])