nwhitehead / pyfluidsynth

Python bindings for FluidSynth
GNU Lesser General Public License v2.1
198 stars 56 forks source link

Allow ImportError to work in Python 2 and 3. #1

Closed uncompiled closed 8 years ago

uncompiled commented 8 years ago

The former syntax for raising Exceptions does not work in Python 3, but this change allows pyfluidsynth to work in both versions of Python.