Skip to content

Commit

Permalink
BUG: fix py3k issue in signal.spectral
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Dec 26, 2012
1 parent 5763474 commit 6d9a069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/py3tool.py
Expand Up @@ -179,6 +179,7 @@ def custom_mangling(filename):
os.path.join('signal', '__init__.py'),
os.path.join('signal', 'bsplines.py'),
os.path.join('signal', 'signaltools.py'),
os.path.join('signal', 'spectral.py'),
os.path.join('signal', 'fir_filter_design.py'),
os.path.join('special', '__init__.py'),
os.path.join('special', 'add_newdocs.py'),
Expand Down

0 comments on commit 6d9a069

Please sign in to comment.