[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - run.py:1.6
Fred L. Drake, Jr.
fred at zope.com
Thu Apr 22 14:31:46 EDT 2004
Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv7319
Modified Files:
run.py
Log Message:
normalize whitespace
=== Zope/lib/python/Zope/Startup/run.py 1.5 => 1.6 ===
--- Zope/lib/python/Zope/Startup/run.py:1.5 Tue Feb 3 15:32:49 2004
+++ Zope/lib/python/Zope/Startup/run.py Thu Apr 22 14:31:45 2004
@@ -37,11 +37,11 @@
from App import config
opts = options.ZopeOptions()
if configfile:
- opts.configfile=configfile
+ opts.configfile = configfile
opts.realize(doc="Sorry, no option docs yet.", raise_getopt_errs=0)
else:
opts.realize(doc="Sorry, no option docs yet.")
-
+
handlers.handleConfig(opts.configroot, opts.confighandlers)
import App.config
App.config.setConfiguration(opts.configroot)
More information about the Zope-Checkins
mailing list