Adrian Vollmer f6e6228bbf Reduce errors related to mime types
We don't need to know about the `ImportError` every time we guess a mime
type. Because an `ImportError` is also raised if `python-magic` is
installed but `libmagic1` is not present, we can handle this at the
beginning of the file.
2022-10-18 17:44:52 +02:00
..
2022-10-18 14:03:56 +02:00
2022-10-12 14:48:58 +02:00
2022-10-18 17:24:47 +02:00
2022-10-18 17:24:47 +02:00
2022-10-18 17:44:52 +02:00