diff options
Diffstat (limited to 'Lib/sunaudio.py')
| -rw-r--r-- | Lib/sunaudio.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/sunaudio.py b/Lib/sunaudio.py index b7df71c..cbd17d2 100644 --- a/Lib/sunaudio.py +++ b/Lib/sunaudio.py @@ -2,7 +2,8 @@ MAGIC = '.snd' -error = 'sunaudio sound header conversion error' +class error(Exception): + pass def get_long_be(s): |
