summaryrefslogtreecommitdiff
path: root/numpy/random/setup.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-11-14 16:59:14 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-11-14 16:59:14 +0000
commit357672c78191754310fa670da735f10e961c9bd3 (patch)
tree7e9bb52a564dba44d63ecad90dee1036194de85d /numpy/random/setup.py
parentb871795b907f5abafaf6f24e1cdd9707d727bfa1 (diff)
downloadnumpy-357672c78191754310fa670da735f10e961c9bd3.tar.gz
Another typo.
Diffstat (limited to 'numpy/random/setup.py')
-rw-r--r--numpy/random/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/setup.py b/numpy/random/setup.py
index 902b018cd..64d954f04 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 = msvcrt_to_hex(int(msvcrt[5:])
+ hmsvc = msvcrt_to_hex(int(msvcrt[5:]))
defs.append("NPY_NEEDS_MINGW_TIME_WORKAROUND")
defs.append(("NPY_MSVCRT_VERSION", str(hmsvc)))