/[papo]/gnue/common/src/FormatMasks/NumberMask.py
ViewVC logotype

Diff of /gnue/common/src/FormatMasks/NumberMask.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by styxman, Fri Nov 15 15:32:54 2002 UTC revision 1.4.2.1 by anthonyl, Tue Mar 4 22:09:32 2003 UTC
# Line 16  Line 16 
16  # write to the Free Software Foundation, Inc., 59 Temple Place  # write to the Free Software Foundation, Inc., 59 Temple Place
17  # - Suite 330, Boston, MA 02111-1307, USA.  # - Suite 330, Boston, MA 02111-1307, USA.
18  #  #
19  # Copyright 2001 Free Software Foundation  # Copyright 2001-2003 Free Software Foundation
20  #  #
21  # FILE:  # FILE:
22  # NumberMask.py  # NumberMask.py
# Line 201  class NumberMask (BaseMask): Line 201  class NumberMask (BaseMask):
201              value[ self.inputMaskPos[i]: \              value[ self.inputMaskPos[i]: \
202                     self.inputMaskPos[i] + self.inputMaskLen[i]], date )                     self.inputMaskPos[i] + self.inputMaskLen[i]], date )
203        elif mustValidate:        elif mustValidate:
204          raise InvalidEntry, _("Invalid Entry")          tmsg = _("Invalid Entry")
205            raise InvalidEntry, tmsg
206    
207      return date      return date
208            

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26