diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-05-22 06:43:22 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-05-22 06:43:22 +0000 |
commit | 9525f467ce805c1aba6d590733f3bc224f9dc84e (patch) | |
tree | a97c8379930e384574dfb4fe2e2a7654b89b1a99 /numpy/__init__.py | |
parent | 0e968fdb7c04d1397ba5a28e0c7a2a6261fe916e (diff) | |
download | numpy-9525f467ce805c1aba6d590733f3bc224f9dc84e.tar.gz |
fixed whitespace w/ reindent
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index 655d019b7..e4c58e3dd 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -125,4 +125,3 @@ else: print 'Python version %s' % (sys.version.replace('\n', '',),) return NumpyTest().test(*args, **kw) test.__doc__ = NumpyTest.test.__doc__ - |