summaryrefslogtreecommitdiff
path: root/numpy/numarray/alter_code1.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-09-07 07:04:13 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-09-07 07:04:13 +0000
commit8c2697178d1b7332bc300475f4d7e6b86bb6c9e8 (patch)
tree1c426f725287334326a26d8fc864021759c57878 /numpy/numarray/alter_code1.py
parent2b6af2c5e95497ba9f7ea23eb9aef9f3bfc22aa2 (diff)
downloadnumpy-8c2697178d1b7332bc300475f4d7e6b86bb6c9e8.tar.gz
Whitespace change in alter_code1.py
Diffstat (limited to 'numpy/numarray/alter_code1.py')
-rw-r--r--numpy/numarray/alter_code1.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/numarray/alter_code1.py b/numpy/numarray/alter_code1.py
index 990b594ef..ed5de2309 100644
--- a/numpy/numarray/alter_code1.py
+++ b/numpy/numarray/alter_code1.py
@@ -59,8 +59,6 @@ import os
import re
import glob
-
-
def changeimports(fstr, name, newname):
importstr = 'import %s' % name
importasstr = 'import %s as ' % name