[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - datatypes.py:1.2.2.3
Fred L. Drake, Jr.
fred@zope.com
Fri, 14 Feb 2003 00:54:38 -0500
Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv12391
Modified Files:
Tag: new-install-branch
datatypes.py
Log Message:
Simple ZConfig datatype for use with a different way to "spell" CGI
environment variables in a configration file.
=== Zope/lib/python/Zope/Startup/datatypes.py 1.2.2.2 => 1.2.2.3 ===
--- Zope/lib/python/Zope/Startup/datatypes.py:1.2.2.2 Tue Feb 11 16:17:41 2003
+++ Zope/lib/python/Zope/Startup/datatypes.py Fri Feb 14 00:54:37 2003
@@ -25,6 +25,9 @@
)
return value
+def cgi_environment(section):
+ return section.environ
+
# Datatype for the access and trace logs
# (the loghandler datatypes come from the zLOG package)