summaryrefslogtreecommitdiff
path: root/magic/loader.py
Commit message (Collapse)AuthorAgeFilesLines
* fix alpine library loadingAdam Hupp2021-06-031-0/+5
|
* Cleanup library loadingAdam Hupp2021-06-011-35/+40
| | | | | | | | Simplify library loading so it's clearer what should happen for each platform. There is a very small chance this is a regression if you were somehow relying on windows DLL names on a non-windows platform. Also resolves https://github.com/ahupp/python-magic/pull/245
* Fix yet another import error0.4.22Adam Hupp2021-02-161-0/+1
| | | | | | | Seems to hit windows, probably OSX. We have great test coverage across linux distros, not so much elsewhere. Tested on my windows box by manually installing the wheel file.
* Factor out dll loader so it can be used by both compat and standard libraryAdam Hupp2021-02-161-0/+39
https://github.com/ahupp/python-magic/issues/232