~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/process-job-source.py

  • Committer: Jelmer Vernooij
  • Date: 2011-08-22 21:04:00 UTC
  • mfrom: (13261.7.21 bzr-2.4b4)
  • mto: This revision was merged to the branch mainline in revision 13941.
  • Revision ID: jelmer@canonical.com-20110822210400-3hfq31q2wgrtauad
Merge bzr-2.4b4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        # Override attributes that are normally set in __init__().
48
48
        return getattr(runner, runner_class_name)
49
49
 
 
50
    def add_my_options(self):
 
51
        self.add_log_twisted_option()
 
52
 
50
53
    def handle_options(self):
51
54
        if len(self.args) != 1:
52
55
            self.parser.print_help()