summaryrefslogtreecommitdiff
path: root/libmat2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmat2/__init__.py')
-rw-r--r--libmat2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/__init__.py b/libmat2/__init__.py
index 190abe5..d910215 100644
--- a/libmat2/__init__.py
+++ b/libmat2/__init__.py
@@ -1,7 +1,7 @@
1#!/bin/env python3 1#!/bin/env python3
2 2
3# A set of extension that aren't supported, despite matching a supported mimetype 3# A set of extension that aren't supported, despite matching a supported mimetype
4unsupported_extensions = { 4UNSUPPORTED_EXTENSIONS = {
5 '.asc', 5 '.asc',
6 '.bat', 6 '.bat',
7 '.brf', 7 '.brf',