Commit 16802dc1 authored by Fred Drake's avatar Fred Drake

normalize whitespace

parent a6582271
......@@ -37,11 +37,11 @@ def _setconfig(configfile=None):
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)
......
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