Author: tack
Date: Wed Mar 12 20:17:17 2008
New Revision: 3183

Log:
Subclass AsyncExceptionBase from Exception required for python 2.4.  We used
to do this, but for some reason it was reverted.  I'll assume it was 
accidental.


Modified:
   trunk/base/src/notifier/async.py

Modified: trunk/base/src/notifier/async.py
==============================================================================
--- trunk/base/src/notifier/async.py    (original)
+++ trunk/base/src/notifier/async.py    Wed Mar 12 20:17:17 2008
@@ -67,7 +67,7 @@
     return create
 
 
-class AsyncExceptionBase(object):
+class AsyncExceptionBase(Exception):
     """
     Base class for asynchronous exceptions.  This class can be used to raise
     exceptions where the traceback object is not available.  The stack is

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to