Commit 2aa04076 authored by J. Goutin's avatar J. Goutin Committed by GitHub

Update msvc.py

parent b4b913b1
......@@ -7,10 +7,10 @@ import itertools
import distutils.errors
from setuptools.extern.six.moves import filterfalse
try:
if platform.system() == Windows:
from setuptools.extern.six.moves import winreg
safe_env = os.environ
except ImportError:
else:
"""
Mock winreg and environ so the module can be imported
on this platform.
......
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