diff options
| author | jvoisin | 2018-07-08 22:40:36 +0200 |
|---|---|---|
| committer | jvoisin | 2018-07-08 22:40:36 +0200 |
| commit | 8c21006e6c2959a55ce8cb80758564eeea2ebde8 (patch) | |
| tree | 80263bac3f537e10b7ef8ea309e8858bcd3b1940 /libmat2/__init__.py | |
| parent | f49aa5cab7862466573aea0db3b03a989cf2640b (diff) | |
Fix some pep8 issues spotted by pyflakes
Diffstat (limited to 'libmat2/__init__.py')
| -rw-r--r-- | libmat2/__init__.py | 2 |
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 |
| 4 | unsupported_extensions = { | 4 | UNSUPPORTED_EXTENSIONS = { |
| 5 | '.asc', | 5 | '.asc', |
| 6 | '.bat', | 6 | '.bat', |
| 7 | '.brf', | 7 | '.brf', |
