Commit a46a9386 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #1892 from benoit-pierre/fix_1891

Fix code for detecting Visual Studio's version on Windows under Python 2.
parents 6e8b1da1 7489ea40
Fix code for detecting Visual Studio's version on Windows under Python 2.
......@@ -20,6 +20,7 @@ This may also support compilers shipped with compatible Visual Studio versions.
"""
import json
from io import open
from os import listdir, pathsep
from os.path import join, isfile, isdir, dirname
import sys
......
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