[Zodb-checkins] SVN: zdaemon/trunk/src/zdaemon/zdctl.py whitespace
jim
cvs-admin at zope.org
Mon Jun 4 21:28:58 UTC 2012
Log message for revision 126590:
whitespace
Changed:
U zdaemon/trunk/src/zdaemon/zdctl.py
-=-
Modified: zdaemon/trunk/src/zdaemon/zdctl.py
===================================================================
--- zdaemon/trunk/src/zdaemon/zdctl.py 2012-06-04 20:54:58 UTC (rev 126589)
+++ zdaemon/trunk/src/zdaemon/zdctl.py 2012-06-04 21:28:54 UTC (rev 126590)
@@ -16,7 +16,7 @@
Usage: python zdctl.py [-C URL] [-S schema.xml] [-h] [-p PROGRAM]
[zdrun-options] [action [arguments]]
-
+
Options:
-C/--configure URL -- configuration file or URL
-S/--schema XML Schema -- XML schema for configuration file
@@ -76,9 +76,9 @@
class ZDCtlOptions(RunnerOptions):
-
+
__doc__ = __doc__
-
+
positional_args_allowed = True
def __init__(self):
@@ -102,7 +102,7 @@
self.add("prompt", "runner.prompt", default=(programname + ">"))
def realize(self, *args, **kwds):
-
+
RunnerOptions.realize(self, *args, **kwds)
# Maybe the config file requires -i or positional args
More information about the Zodb-checkins
mailing list