diff options
author | David Cournapeau <cournape@gmail.com> | 2008-11-14 16:55:54 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-11-14 16:55:54 +0000 |
commit | a10c989023f64c28bd18932581baa7982c8cd79d (patch) | |
tree | d2d69f57d78c821b5c08ec8f89a817c8c0432323 /numpy/random/setup.py | |
parent | 74aee18107d2a43125299103647f9990bc6874a2 (diff) | |
download | numpy-a10c989023f64c28bd18932581baa7982c8cd79d.tar.gz |
Typo.
Diffstat (limited to 'numpy/random/setup.py')
-rw-r--r-- | numpy/random/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/setup.py b/numpy/random/setup.py index eb184021a..b3e77039b 100644 --- a/numpy/random/setup.py +++ b/numpy/random/setup.py @@ -44,7 +44,7 @@ def configuration(parent_package='',top_path=None): raise ValueError("Discrepancy between " \ "msvc_runtime_library " \ "and our msvc detection scheme ?") - hmsvc = msvc_to_hex(msvcrt) + hmsvc = msvcrt_to_hex(msvcrt) defs.append("NPY_NEEDS_MINGW_TIME_WORKAROUND") defs.append(("NPY_MSVCRT_VERSION", str(hmsvc))) |