diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/exception.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exception.py b/plugins/exception.py index e653853..ff5a8e9 100644 --- a/plugins/exception.py +++ b/plugins/exception.py @@ -11,7 +11,7 @@ # Written by René 'Necoro' Neumann <necoro@necoro.net> def throw (*args, **kwargs): - raise Exception, "As requested, Sir!" + raise Exception, "As requested, Sir!" p = Plugin() p.__name__ = "ExceptionThrower" |