diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2007-01-08 21:56:54 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2007-01-08 21:56:54 +0000 |
commit | 1bd2d49ef378fb869d015cef32c3e44a4c03a8f0 (patch) | |
tree | 43335baf1da0b6e9de0ad806e721a077e3cbfa45 /numpy/f2py/tests | |
parent | 98b6d48b07f4eadfb7d1fc41483debe7e07eecd6 (diff) | |
download | numpy-1bd2d49ef378fb869d015cef32c3e44a4c03a8f0.tar.gz |
Whitespace cleanup.
Diffstat (limited to 'numpy/f2py/tests')
-rw-r--r-- | numpy/f2py/tests/array_from_pyobj/setup.py | 1 | ||||
-rw-r--r-- | numpy/f2py/tests/c/return_real.py | 1 | ||||
-rw-r--r-- | numpy/f2py/tests/f77/callback.py | 1 | ||||
-rw-r--r-- | numpy/f2py/tests/f77/return_character.py | 1 | ||||
-rw-r--r-- | numpy/f2py/tests/f77/return_complex.py | 1 | ||||
-rw-r--r-- | numpy/f2py/tests/f77/return_integer.py | 1 | ||||
-rw-r--r-- | numpy/f2py/tests/f77/return_logical.py | 1 | ||||
-rw-r--r-- | numpy/f2py/tests/f77/return_real.py | 1 | ||||
-rw-r--r-- | numpy/f2py/tests/f90/return_character.py | 1 | ||||
-rw-r--r-- | numpy/f2py/tests/f90/return_complex.py | 1 | ||||
-rw-r--r-- | numpy/f2py/tests/f90/return_integer.py | 1 | ||||
-rw-r--r-- | numpy/f2py/tests/f90/return_logical.py | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/numpy/f2py/tests/array_from_pyobj/setup.py b/numpy/f2py/tests/array_from_pyobj/setup.py index f449117a7..bcb083180 100644 --- a/numpy/f2py/tests/array_from_pyobj/setup.py +++ b/numpy/f2py/tests/array_from_pyobj/setup.py @@ -1,4 +1,3 @@ - import os def configuration(parent_name='',top_path=None): from numpy.distutils.misc_util import Configuration diff --git a/numpy/f2py/tests/c/return_real.py b/numpy/f2py/tests/c/return_real.py index 27e0843f1..62dbd2f74 100644 --- a/numpy/f2py/tests/c/return_real.py +++ b/numpy/f2py/tests/c/return_real.py @@ -6,7 +6,6 @@ Examples: python return_real.py --quiet """ - import f2py2e from Numeric import array diff --git a/numpy/f2py/tests/f77/callback.py b/numpy/f2py/tests/f77/callback.py index 672504bc7..bfe4eb547 100644 --- a/numpy/f2py/tests/f77/callback.py +++ b/numpy/f2py/tests/f77/callback.py @@ -1,4 +1,3 @@ - __usage__ = """ Run: python callback.py [<f2py options>] diff --git a/numpy/f2py/tests/f77/return_character.py b/numpy/f2py/tests/f77/return_character.py index 3361c11f5..b44b6ee70 100644 --- a/numpy/f2py/tests/f77/return_character.py +++ b/numpy/f2py/tests/f77/return_character.py @@ -1,4 +1,3 @@ - __usage__ = """ Run: python return_character.py [<f2py options>] diff --git a/numpy/f2py/tests/f77/return_complex.py b/numpy/f2py/tests/f77/return_complex.py index 9993bb6eb..e182902b3 100644 --- a/numpy/f2py/tests/f77/return_complex.py +++ b/numpy/f2py/tests/f77/return_complex.py @@ -6,7 +6,6 @@ Examples: python return_complex.py --quiet """ - import f2py2e from Numeric import array diff --git a/numpy/f2py/tests/f77/return_integer.py b/numpy/f2py/tests/f77/return_integer.py index 5bd7ae1ab..fe9e70fda 100644 --- a/numpy/f2py/tests/f77/return_integer.py +++ b/numpy/f2py/tests/f77/return_integer.py @@ -1,4 +1,3 @@ - __usage__ = """ Run: python return_integer.py [<f2py options>] diff --git a/numpy/f2py/tests/f77/return_logical.py b/numpy/f2py/tests/f77/return_logical.py index ac807b5be..cc5f9cb05 100644 --- a/numpy/f2py/tests/f77/return_logical.py +++ b/numpy/f2py/tests/f77/return_logical.py @@ -1,4 +1,3 @@ - __usage__ = """ Run: python return_logical.py [<f2py options>] diff --git a/numpy/f2py/tests/f77/return_real.py b/numpy/f2py/tests/f77/return_real.py index 29e720a85..a751743e9 100644 --- a/numpy/f2py/tests/f77/return_real.py +++ b/numpy/f2py/tests/f77/return_real.py @@ -6,7 +6,6 @@ Examples: python return_real.py --quiet """ - import numpy.f2py as f2py2e from numpy import array diff --git a/numpy/f2py/tests/f90/return_character.py b/numpy/f2py/tests/f90/return_character.py index 45174630a..1b5515f4d 100644 --- a/numpy/f2py/tests/f90/return_character.py +++ b/numpy/f2py/tests/f90/return_character.py @@ -1,4 +1,3 @@ - __usage__ = """ Run: python return_character.py [<f2py options>] diff --git a/numpy/f2py/tests/f90/return_complex.py b/numpy/f2py/tests/f90/return_complex.py index 71179e1f2..e615de218 100644 --- a/numpy/f2py/tests/f90/return_complex.py +++ b/numpy/f2py/tests/f90/return_complex.py @@ -5,7 +5,6 @@ Examples: python return_complex.py --quiet """ - import f2py2e from Numeric import array diff --git a/numpy/f2py/tests/f90/return_integer.py b/numpy/f2py/tests/f90/return_integer.py index 3e96dfd5f..c0241eeaf 100644 --- a/numpy/f2py/tests/f90/return_integer.py +++ b/numpy/f2py/tests/f90/return_integer.py @@ -1,4 +1,3 @@ - # XXX: investigate cases that are disabled under win32 # diff --git a/numpy/f2py/tests/f90/return_logical.py b/numpy/f2py/tests/f90/return_logical.py index c9479edaf..71cfe162e 100644 --- a/numpy/f2py/tests/f90/return_logical.py +++ b/numpy/f2py/tests/f90/return_logical.py @@ -1,4 +1,3 @@ - __usage__ = """ Run: python return_logical.py [<f2py options>] |