diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-09-02 20:32:38 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-09-02 20:32:38 +0000 |
commit | d29107a248130bbb68ecac58d6720d716529141c (patch) | |
tree | 9e1408025c80d63fe9fa6151343a7b265ec3f654 /doc/numpybook/comparison/pyrex/setup.py | |
parent | a4a7966cf7191c28a7054127fd3717d6c760d556 (diff) | |
download | numpy-d29107a248130bbb68ecac58d6720d716529141c.tar.gz |
reindenting prior to release
Diffstat (limited to 'doc/numpybook/comparison/pyrex/setup.py')
-rw-r--r-- | doc/numpybook/comparison/pyrex/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/numpybook/comparison/pyrex/setup.py b/doc/numpybook/comparison/pyrex/setup.py index 64cf12bc8..695639d9e 100644 --- a/doc/numpybook/comparison/pyrex/setup.py +++ b/doc/numpybook/comparison/pyrex/setup.py @@ -16,8 +16,8 @@ pyx_ext = Extension('add', include_dirs = [numpy.get_include()]) pyx_ext2 = Extension('blur', - ['blur.pyx'], - include_dirs = [numpy.get_include()]) + ['blur.pyx'], + include_dirs = [numpy.get_include()]) # Call the routine which does the real work |