diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-08-01 10:19:03 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-08-01 10:22:53 -0600 |
commit | 3d7438a9f0c93c517ab9909e17c79c433d823b30 (patch) | |
tree | a8c480bcf8529806b11bfd643bb54277429be59e /numpy/compat/setup.py | |
parent | 3eb219fd97200282b6aed9fe760e843d4916bc06 (diff) | |
download | numpy-3d7438a9f0c93c517ab9909e17c79c433d823b30.tar.gz |
STY: Minor PEP8 fixes.
Diffstat (limited to 'numpy/compat/setup.py')
-rw-r--r-- | numpy/compat/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/compat/setup.py b/numpy/compat/setup.py index c163bcaf9..26161f330 100644 --- a/numpy/compat/setup.py +++ b/numpy/compat/setup.py @@ -8,5 +8,5 @@ def configuration(parent_package='',top_path=None): return config if __name__ == '__main__': - from numpy.distutils.core import setup + from numpy.distutils.core import setup setup(configuration=configuration) |