summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasl97 <asl97@outlook.com>2014-01-28 11:44:49 +0800
committerasl97 <asl97@outlook.com>2014-01-28 11:44:49 +0800
commit72a75571299b28b2efee92eb7b78dc659a06c2c3 (patch)
tree2d99c017b1763d4cf2e17849c458080e4ca2b1e0
parenta5ebf0d558c3a851c0884d30a0051836f7db0c2a (diff)
downloadpython-magic-72a75571299b28b2efee92eb7b78dc659a06c2c3.tar.gz
remove extra import sys
-rw-r--r--magic.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/magic.py b/magic.py
index e7336c3..bd62175 100644
--- a/magic.py
+++ b/magic.py
@@ -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