Commit 7489ea40 authored by Benoit Pierre's avatar Benoit Pierre

msvc: fix Python 2 support

parent 6e8b1da1
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. ...@@ -20,6 +20,7 @@ This may also support compilers shipped with compatible Visual Studio versions.
""" """
import json import json
from io import open
from os import listdir, pathsep from os import listdir, pathsep
from os.path import join, isfile, isdir, dirname from os.path import join, isfile, isdir, dirname
import sys 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