Skip to content

Commit

Permalink
BUG: tools/py3tool: fix conversion of integrate/_ode.py and signal/__…
Browse files Browse the repository at this point in the history
…init__.py
  • Loading branch information
pv committed Jul 25, 2011
1 parent e277c04 commit e23576f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/py3tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def custom_mangling(filename):
os.path.join('fftpack', 'pseudo_diffs.py'),
os.path.join('integrate', 'odepack.py'),
os.path.join('integrate', 'quadpack.py'),
os.path.join('integrate', 'ode.py'),
os.path.join('integrate', '_ode.py'),
os.path.join('interpolate', 'fitpack.py'),
os.path.join('interpolate', 'fitpack2.py'),
os.path.join('interpolate', 'interpolate.py'),
Expand Down Expand Up @@ -208,7 +208,7 @@ def custom_mangling(filename):
'lambertw', 'ckdtree', '_distance_wrap',
'_minpack', '_zeros', '_lbfgsb', '_cobyla', '_slsqp',
'_nnls',
'sigtools', 'spline',
'sigtools', 'spline', 'spectral',
'_fitpack', 'dfitpack', '_interpolate',
'_odepack', '_quadpack', 'vode', '_dop',
'vonmises_cython',
Expand Down

0 comments on commit e23576f

Please sign in to comment.