~sidnei/zope3/ztk-1.0a1

« back to all changes in this revision

Viewing changes to src/zdaemon/zdrun.py

  • Committer: Sidnei da Silva
  • Date: 2010-03-03 03:29:50 UTC
  • mfrom: (12.1.16 trunk)
  • Revision ID: sidnei.da.silva@canonical.com-20100303032950-duivfaoqsxaf9dgg
Merged newer-from-ztk [r=jkakar,bigkevmcd,free][qa=andreas][f=522474].

Update our monolithic Zope 3 tree to a kgs-based, generated,
monolithic Zope 3 tree built from eggs using the
collective.buildout.omelette recipe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
but you want the daemon manager to keep trying.
55
55
"""
56
56
 
57
 
"""
58
 
XXX TO DO
59
 
 
60
 
- Finish OO design -- use multiple classes rather than folding
61
 
  everything into one class.
62
 
 
63
 
- Add unit tests.
64
 
 
65
 
- Add doc strings.
66
 
 
67
 
"""
68
 
 
69
57
import os
70
58
import sys
71
59
import time
98
86
 
99
87
class ZDRunOptions(RunnerOptions):
100
88
 
 
89
    __doc__ = __doc__
 
90
    
101
91
    positional_args_allowed = 1
102
92
    logsectionname = "runner.eventlog"
103
93
    program = None