Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5504fd1

Browse files
committed
fix imports.
1 parent bcd69c9 commit 5504fd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

numpy/distutils/command/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
from distutils.file_util import copy_file
1313
from distutils.msvccompiler import get_build_version as get_build_msvc_version
1414
from numpy.distutils.exec_command import exec_command
15-
from numpy.distutils.mingw32compiler import msvc_manifest_xml,
16-
check_embedded_match_linked
15+
from numpy.distutils.mingw32ccompiler import msvc_manifest_xml, \
16+
check_embedded_msvcr_match_linked
1717

1818
LANG_EXT['f77'] = '.f'
1919
LANG_EXT['f90'] = '.f90'

0 commit comments

Comments
 (0)