Convert some old-style string exceptions to class exceptions.

This commit is contained in:
Fred Drake 2000-08-17 04:45:13 +00:00
parent de9fec5f99
commit 9b8d801c37
6 changed files with 14 additions and 6 deletions

View file

@ -73,7 +73,8 @@ is destroyed.
import __builtin__
Error = 'wave.Error'
class Error(Exception):
pass
WAVE_FORMAT_PCM = 0x0001