diff options
Diffstat (limited to 'numpy/numarray/functions.py')
-rw-r--r-- | numpy/numarray/functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/functions.py b/numpy/numarray/functions.py index dca25c93c..bd920219b 100644 --- a/numpy/numarray/functions.py +++ b/numpy/numarray/functions.py @@ -36,7 +36,7 @@ __all__ += ['vdot', 'dot', 'matrixmultiply', 'ravel', 'indices', 'togglebyteorder' ] -import copy, +import copy import copy_reg import types import os |