[Zope3-checkins] CVS: Zope/lib/python/ZConfig - SchemaInterfaces.py:1.1.2.3
Fred L. Drake, Jr.
fred@zope.com
Mon, 25 Nov 2002 16:46:31 -0500
Update of /cvs-repository/Zope/lib/python/ZConfig
In directory cvs.zope.org:/tmp/cvs-serv21438
Modified Files:
Tag: chrism-install-branch
SchemaInterfaces.py
Log Message:
Normalize whitespace.
=== Zope/lib/python/ZConfig/SchemaInterfaces.py 1.1.2.2 => 1.1.2.3 ===
--- Zope/lib/python/ZConfig/SchemaInterfaces.py:1.1.2.2 Mon Nov 25 16:42:29 2002
+++ Zope/lib/python/ZConfig/SchemaInterfaces.py Mon Nov 25 16:46:31 2002
@@ -10,7 +10,7 @@
is the parent object of the configuration object in
the configuration tree.
"""
-
+
def getValue():
"""
Returns a value for the configuration object. Returns
@@ -41,7 +41,7 @@
Returns a handled value for a key presented in a configuration
file based on arbitrary developer-defined type conversion.
"""
-
+
def validate(value):
"""
A developer-defined validation routine for a key presented in
@@ -119,4 +119,3 @@
Returns the top-level object in the configuration tree
represented by the current schema.
"""
-