diff options
| author | jvoisin | 2018-05-18 23:52:40 +0200 |
|---|---|---|
| committer | jvoisin | 2018-05-18 23:52:40 +0200 |
| commit | 38fae60b8beaf9c7b37c65325d2d285e62b6cb85 (patch) | |
| tree | e6bd4f699d6190dfada7618ebd04455eb7de9660 /src/__init__.py | |
| parent | 57d5cd04284276c49899034a9ad321b680624d8f (diff) | |
Rename some files to simplify packaging
- the `src` folder is now `libmat2`
- the `main.py` script is now `mat2.py`
Diffstat (limited to 'src/__init__.py')
| -rw-r--r-- | src/__init__.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/__init__.py b/src/__init__.py deleted file mode 100644 index 07d3036..0000000 --- a/src/__init__.py +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 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', | ||
| 6 | 'xpdl', 'xsl', 'xsd']) | ||
