~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Undo rename. Again.

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
 
 
53
50
    def handle_options(self):
54
51
        if len(self.args) != 1:
55
52
            self.parser.print_help()