diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-02-08 10:54:01 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-02-08 10:54:01 +0000 |
commit | c66da19ab8bd6ad7f035b77026bbd703eab199d4 (patch) | |
tree | 55136b4e38d5991dbd68d4e0984c645f11cefce7 /numpy/random | |
parent | 0b7800b455b3aaf50cb83a224f283e72f1dea951 (diff) | |
download | numpy-c66da19ab8bd6ad7f035b77026bbd703eab199d4.tar.gz |
ran reindent
Diffstat (limited to 'numpy/random')
-rw-r--r-- | numpy/random/setupscons.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/random/setupscons.py b/numpy/random/setupscons.py index 969300ff6..f5342c39e 100644 --- a/numpy/random/setupscons.py +++ b/numpy/random/setupscons.py @@ -5,12 +5,12 @@ def configuration(parent_package='',top_path=None): from numpy.distutils.misc_util import Configuration, get_mathlibs config = Configuration('random',parent_package,top_path) - source_files = [join('mtrand', i) for i in ['mtrand.c', + source_files = [join('mtrand', i) for i in ['mtrand.c', 'mtrand.pyx', 'numpy.pxi', - 'randomkit.c', - 'randomkit.h', - 'Python.pxi', + 'randomkit.c', + 'randomkit.h', + 'Python.pxi', 'initarray.c', 'initarray.h', 'distributions.c', |