Files
scikit-image/scikits
Zachary Pincus 17edd0cc29 Modify _build.py:cython() to be cleaner:
(1) Now uses subprocess.call instead of os.system, so that paths with spaces
    (and the like) are handled properly.

(2) Removes superfluous .c.new files after deciding whether or not to copy
    them to the .c files.
2009-12-29 12:38:31 -05:00
..