diff options
| author | asl97 <asl97@outlook.com> | 2014-01-28 11:44:49 +0800 |
|---|---|---|
| committer | asl97 <asl97@outlook.com> | 2014-01-28 11:44:49 +0800 |
| commit | 72a75571299b28b2efee92eb7b78dc659a06c2c3 (patch) | |
| tree | 2d99c017b1763d4cf2e17849c458080e4ca2b1e0 | |
| parent | a5ebf0d558c3a851c0884d30a0051836f7db0c2a (diff) | |
| download | python-magic-72a75571299b28b2efee92eb7b78dc659a06c2c3.tar.gz | |
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 |
