diff options
| author | Adam Hupp <adam@hupp.org> | 2014-01-27 19:59:05 -0800 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2014-01-27 19:59:05 -0800 |
| commit | 0d8f718f786a6ed7691fb3d9af726e395ac75ac3 (patch) | |
| tree | 2d99c017b1763d4cf2e17849c458080e4ca2b1e0 | |
| parent | a5ebf0d558c3a851c0884d30a0051836f7db0c2a (diff) | |
| parent | 72a75571299b28b2efee92eb7b78dc659a06c2c3 (diff) | |
| download | python-magic-0d8f718f786a6ed7691fb3d9af726e395ac75ac3.tar.gz | |
Merge pull request #55 from asl97/patch-1
remove extra import sys
| -rw-r--r-- | magic.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -155,7 +155,6 @@ if dll: libmagic = ctypes.CDLL(dll) if not libmagic or not libmagic._name: - import sys platform_to_lib = {'darwin': ['/opt/local/lib/libmagic.dylib', '/usr/local/lib/libmagic.dylib'] + # Assumes there will only be one version installed |
