diff options
Diffstat (limited to 'scipy/base/convertcode.py')
-rw-r--r-- | scipy/base/convertcode.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scipy/base/convertcode.py b/scipy/base/convertcode.py index cf1e9e7a0..f30317f9f 100644 --- a/scipy/base/convertcode.py +++ b/scipy/base/convertcode.py @@ -99,11 +99,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.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, 'MLab', 'scipy.corelinalg') + filestr, fromall3 = changeimports(filestr, 'LinearAlgebra', 'scipy.corelinalg') + filestr, fromall3 = changeimports(filestr, 'RNG', 'scipy.corerandom') + filestr, fromall3 = changeimports(filestr, 'RandomArray', 'scipy.corerandom') + filestr, fromall3 = changeimports(filestr, 'FFT', 'scipy.corefft') filestr, fromall3 = changeimports(filestr, 'MA', 'scipy.base.ma') fromall = fromall1 or fromall2 or fromall3 filestr = replaceattr(filestr) |