diff options
author | Just van Rossum <just@lettererror.com> | 1999-01-30 17:50:15 (GMT) |
---|---|---|
committer | Just van Rossum <just@lettererror.com> | 1999-01-30 17:50:15 (GMT) |
commit | f1ae0eb9faf9174996893d51d994789e6efc5ad2 (patch) | |
tree | 15eda99399d32e8167f426de14bb7d22efbfb67f /Mac/scripts | |
parent | 786cb11e51ecc5b2cf402badcb3e5f056a65341d (diff) | |
download | cpython-f1ae0eb9faf9174996893d51d994789e6efc5ad2.zip cpython-f1ae0eb9faf9174996893d51d994789e6efc5ad2.tar.gz cpython-f1ae0eb9faf9174996893d51d994789e6efc5ad2.tar.bz2 |
Removed NumPy install code: it's obsolete -- jvr
Diffstat (limited to 'Mac/scripts')
-rw-r--r-- | Mac/scripts/ConfigurePython.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py index 3ecc75b..d4083f6 100644 --- a/Mac/scripts/ConfigurePython.py +++ b/Mac/scripts/ConfigurePython.py @@ -224,12 +224,6 @@ def main(): n = n + mkcorealias('PythonCorePPC', ':build.macppc.shared:PythonCorePPC') n = n + mkcorealias('PythonCoreCFM68K', ':build.mac68k.shared:PythonCoreCFM68K') - # Install NumPy - if os.path.exists(':Extensions:NumPy:macmkaliases.py'): - MacOS.splash(SPLASH_NUMPY) - os.chdir(':Extensions:NumPy') - import macmkaliases - err = macmkaliases.main() if verbose and n == 0: sys.exit(1) |