From 8c2697178d1b7332bc300475f4d7e6b86bb6c9e8 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Thu, 7 Sep 2006 07:04:13 +0000 Subject: Whitespace change in alter_code1.py --- numpy/numarray/alter_code1.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/numarray') 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 -- cgit v1.2.1