Commit 11b4186c authored by Jim Fulton's avatar Jim Fulton

Eek. We should use C validator.

parent 2e091daf
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
############################################################################## ##############################################################################
"""DTML Method objects.""" """DTML Method objects."""
__version__='$Revision: 1.29 $'[11:-2] __version__='$Revision: 1.30 $'[11:-2]
from Globals import HTML, HTMLFile, MessageDialog from Globals import HTML, HTMLFile, MessageDialog
from string import join,split,strip,rfind,atoi,lower from string import join,split,strip,rfind,atoi,lower
...@@ -165,7 +165,7 @@ class DTMLMethod(cDocument, HTML, Acquisition.Implicit, RoleManager, ...@@ -165,7 +165,7 @@ class DTMLMethod(cDocument, HTML, Acquisition.Implicit, RoleManager,
return len(self.raw) return len(self.raw)
getSize=get_size getSize=get_size
def validate(self, inst, parent, name, value, md): def oldvalidate(self, inst, parent, name, value, md):
################################################################# #################################################################
# Note that this method is not used normally. It is simply a # Note that this method is not used normally. It is simply a
# Python rendition of the validate method implemented in # Python rendition of the validate method implemented in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment