summaryrefslogtreecommitdiff
path: root/numpy/numarray/alter_code2.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/alter_code2.py')
-rw-r--r--numpy/numarray/alter_code2.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/numarray/alter_code2.py b/numpy/numarray/alter_code2.py
index 87ec5aa07..4bb773850 100644
--- a/numpy/numarray/alter_code2.py
+++ b/numpy/numarray/alter_code2.py
@@ -12,12 +12,9 @@ import warnings
warnings.warn("numpy.numarray.alter_code2 is not working yet.")
import sys
-
import os
-import re
import glob
-
def makenewfile(name, filestr):
fid = file(name, 'w')
fid.write(filestr)