summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-11-17 12:05:29 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-11-17 12:05:29 +0000
commit5504fd1da8db7a7f236544f8a8391f7b39a4812a (patch)
tree424f9d7bcfe0f87a02d21af1c15b4a4ef43d1372 /numpy/distutils/command
parentbcd69c968f6955c431f81031532c25be93a426c0 (diff)
downloadnumpy-5504fd1da8db7a7f236544f8a8391f7b39a4812a.tar.gz
fix imports.
Diffstat (limited to 'numpy/distutils/command')
-rw-r--r--numpy/distutils/command/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/distutils/command/config.py b/numpy/distutils/command/config.py
index a7952966e..144efc550 100644
--- a/numpy/distutils/command/config.py
+++ b/numpy/distutils/command/config.py
@@ -12,8 +12,8 @@ from distutils import log
from distutils.file_util import copy_file
from distutils.msvccompiler import get_build_version as get_build_msvc_version
from numpy.distutils.exec_command import exec_command
-from numpy.distutils.mingw32compiler import msvc_manifest_xml,
- check_embedded_match_linked
+from numpy.distutils.mingw32ccompiler import msvc_manifest_xml, \
+ check_embedded_msvcr_match_linked
LANG_EXT['f77'] = '.f'
LANG_EXT['f90'] = '.f90'