Update of /cvsroot/tmda/tmda/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv17384/bin

Modified Files:
        tmda-pending 
Log Message:
Bug fixing:
 - exception was on Pending.QueueError instead of Errors.QueueError in
   tmda-pending

 - Pending.InteractiveQueue.initQueue() didn't return self in Pending.py



Index: tmda-pending
===================================================================
RCS file: /cvsroot/tmda/tmda/bin/tmda-pending,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- tmda-pending        9 Dec 2002 23:37:01 -0000       1.42
+++ tmda-pending        10 Dec 2002 17:15:34 -0000      1.43
@@ -269,6 +269,7 @@
 
 
 from TMDA import Pending
+from TMDA import Errors
 
 def cprint(verbose=1, *strings):
     """Conditionally print one or more strings."""
@@ -301,7 +302,7 @@
             pretend = pretend
             ).initQueue()
         q.mainLoop()
-    except Pending.QueueError, obj:
+    except Errors.QueueError, obj:
         print obj
         sys.exit(1)
 

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to