8000 Merge pull request #8124 from oleksandr-pavlyk/bugfix/import-sysinfo · numpy/numpy@fa214c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit fa214c1

Browse files
authored
Merge pull request #8124 from oleksandr-pavlyk/bugfix/import-sysinfo
BUG: Fixed build break
2 parents 8888a76 + ba11cf4 commit fa214c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numpy/distutils/msvc9compiler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import os
44
from distutils.msvc9compiler import MSVCCompiler as _MSVCCompiler
55

6+
from .system_info import platform_bits
7+
68

79
def _merge(old, new):
810
"""Concatenate two environment paths avoiding repeats.

0 commit comments

Comments
 (0)
0