commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5498 - trunk/gnue-common/src/datasources


From: reinhard
Subject: r5498 - trunk/gnue-common/src/datasources
Date: Wed, 24 Mar 2004 02:15:53 -0600 (CST)

Author: reinhard
Date: 2004-03-24 02:15:52 -0600 (Wed, 24 Mar 2004)
New Revision: 5498

Modified:
   trunk/gnue-common/src/datasources/GConditions.py
Log:
More exception fixes.


Modified: trunk/gnue-common/src/datasources/GConditions.py
===================================================================
--- trunk/gnue-common/src/datasources/GConditions.py    2004-03-24 08:12:30 UTC 
(rev 5497)
+++ trunk/gnue-common/src/datasources/GConditions.py    2004-03-24 08:15:52 UTC 
(rev 5498)
@@ -33,7 +33,7 @@
 from gnue.common.formatting import GTypecast
 import types,string
 
-class ConditionError (StandardError):
+class ConditionError (gException):
   pass
 
 class ConditionNotSupported (ConditionError):
@@ -469,5 +469,5 @@
     else:
       tmsg = _('Condition clause "%s" is not supported '+
             'by the condition to prefix table conversion.') % otype
-      raise GConditions.ConditionNotSupported, tmsg
+      raise ConditionNotSupported, tmsg
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]