From 52c686c981609fdb2e0e45aba16626a7e14cc3d4 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Fri, 7 Oct 2005 20:19:55 +0000 Subject: Moved extra modules to basic --- scipy/base/convertcode.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scipy/base/convertcode.py') diff --git a/scipy/base/convertcode.py b/scipy/base/convertcode.py index 9ff2c31a9..f84d022d9 100644 --- a/scipy/base/convertcode.py +++ b/scipy/base/convertcode.py @@ -120,11 +120,11 @@ def fromstr(filestr): filestr, fromall1 = changeimports(filestr, 'Precision', 'scipy.base') filestr, fromall2 = changeimports(filestr, 'numerix', 'scipy.base') filestr, fromall3 = changeimports(filestr, 'scipy_base', 'scipy.base') - filestr, fromall3 = changeimports(filestr, 'MLab', 'scipy.linalg') - filestr, fromall3 = changeimports(filestr, 'LinearAlgebra', 'scipy.linalg') - filestr, fromall3 = changeimports(filestr, 'RNG', 'scipy.random') - filestr, fromall3 = changeimports(filestr, 'RandomArray', 'scipy.random') - filestr, fromall3 = changeimports(filestr, 'FFT', 'scipy.fftpack') + filestr, fromall3 = changeimports(filestr, 'MLab', 'scipy.basic.linalg') + filestr, fromall3 = changeimports(filestr, 'LinearAlgebra', 'scipy.basic.linalg') + filestr, fromall3 = changeimports(filestr, 'RNG', 'scipy.basic.random') + filestr, fromall3 = changeimports(filestr, 'RandomArray', 'scipy.basic.random') + filestr, fromall3 = changeimports(filestr, 'FFT', 'scipy.basdic.fft') filestr, fromall3 = changeimports(filestr, 'MA', 'scipy.base.ma') fromall = fromall1 or fromall2 or fromall3 filestr = replaceattr(filestr) -- cgit v1.2.1