commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r9137 - trunk/gnue-forms/src/input/displayHandlers


From: reinhard
Subject: [gnue] r9137 - trunk/gnue-forms/src/input/displayHandlers
Date: Tue, 12 Dec 2006 08:28:00 -0600 (CST)

Author: reinhard
Date: 2006-12-12 08:27:59 -0600 (Tue, 12 Dec 2006)
New Revision: 9137

Modified:
   trunk/gnue-forms/src/input/displayHandlers/Cursor.py
Log:
Removed unused exception.


Modified: trunk/gnue-forms/src/input/displayHandlers/Cursor.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Cursor.py        2006-12-12 
14:21:14 UTC (rev 9136)
+++ trunk/gnue-forms/src/input/displayHandlers/Cursor.py        2006-12-12 
14:27:59 UTC (rev 9137)
@@ -39,17 +39,7 @@
 from gnue.common import events
 from gnue.common.apps import errors
 
-# =============================================================================
-# Exceptions
-# =============================================================================
 
-class InvalidFieldValueError (errors.UserError):
-  def __init__ (self, field, value):
-    msg = u_("Invalid value '%(value)s' for field '%(field)s") \
-          % {'value': value, 'field': field}
-    errors.UserError.__init__ (self, msg)
-
-
 # TODO: When Base is used inherit from that instead
 class BaseCursor(events.EventAware):
   """





reply via email to

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