diff options
Diffstat (limited to 'Lib/plat-irix6/flp.py')
-rw-r--r-- | Lib/plat-irix6/flp.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/plat-irix6/flp.py b/Lib/plat-irix6/flp.py index 9f1957f..6c6dae5 100644 --- a/Lib/plat-irix6/flp.py +++ b/Lib/plat-irix6/flp.py @@ -12,7 +12,8 @@ SPLITLINE = '--------------------' FORMLINE = '=============== FORM ===============' ENDLINE = '==============================' -error = 'flp.error' +class error(Exception): + pass ################################################################## # Part 1 - The parsing routines # |