summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r--numpy/core/numeric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py
index be10d5005..dd3ee1de5 100644
--- a/numpy/core/numeric.py
+++ b/numpy/core/numeric.py
@@ -1728,7 +1728,7 @@ def base_repr (number, base=2, padding=0):
from cPickle import load, loads
_cload = load
-_file = file
+_file = open
def load(file):
"""