summaryrefslogtreecommitdiff
path: root/numpy/numarray/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/util.py')
-rw-r--r--numpy/numarray/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/util.py b/numpy/numarray/util.py
index 74b6e178b..1120a4005 100644
--- a/numpy/numarray/util.py
+++ b/numpy/numarray/util.py
@@ -32,7 +32,7 @@ def handleError(errorStatus, sourcemsg):
import os
import numpy
-def get_numarray_headers():
+def get_numarray_include_dirs():
base = os.path.dirname(numpy.__file__)
newdirs = [os.path.join(base, 'numarray')]
return newdirs