From 38fae60b8beaf9c7b37c65325d2d285e62b6cb85 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 18 May 2018 23:52:40 +0200 Subject: Rename some files to simplify packaging - the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py` --- src/__init__.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/__init__.py (limited to 'src/__init__.py') 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 @@ -#!/bin/env python3 - -# A set of extension that aren't supported, despite matching a supported mimetype -unsupported_extensions = set(['bat', 'c', 'h', 'ksh', 'pl', 'txt', 'asc', - 'text', 'pot', 'brf', 'srt', 'rdf', 'wsdl', - 'xpdl', 'xsl', 'xsd']) -- cgit v1.3