Commit b73d7fa6 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove unused variable

--HG--
extra : rebase_source : c4b515b677e318ffdcd78b2d90ab772e7d1f94e3
parent 0a17e672
......@@ -19,7 +19,7 @@ def has_win32com():
if not sys.platform.startswith('win32'):
return False
try:
mod = __import__('win32com')
__import__('win32com')
except ImportError:
return False
return True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment