diff options
Diffstat (limited to 'numpy/numarray/session.py')
-rw-r--r-- | numpy/numarray/session.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/numarray/session.py b/numpy/numarray/session.py index e1b079103..0982742ab 100644 --- a/numpy/numarray/session.py +++ b/numpy/numarray/session.py @@ -16,7 +16,6 @@ First, some unfortunate (probably unnecessary) concessions to doctest to keep the test run free of warnings. >>> del _PROXY_ALLOWED ->>> del copy >>> del __builtins__ By default, save() stores every variable in the caller's namespace: @@ -76,7 +75,6 @@ which is not restored by a simple import is lost. __all__ = ['load', 'save'] -import copy import sys import pickle |