From 8c21006e6c2959a55ce8cb80758564eeea2ebde8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 8 Jul 2018 22:40:36 +0200 Subject: Fix some pep8 issues spotted by pyflakes --- libmat2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmat2/__init__.py') 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 @@ #!/bin/env python3 # A set of extension that aren't supported, despite matching a supported mimetype -unsupported_extensions = { +UNSUPPORTED_EXTENSIONS = { '.asc', '.bat', '.brf', -- cgit v1.3