~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/expire-questions.py

  • Committer: Francis J. Lacoste
  • Date: 2007-02-15 19:07:31 UTC
  • mto: This revision was merged to the branch mainline in revision 3830.
  • Revision ID: francis.lacoste@contre.com-20070215190731-we3i4d5r7ybg152n
RenameĀ allĀ methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
    def main(self):
30
30
        janitor = QuestionJanitor(log=self.logger)
31
 
        janitor.expireTickets(self.txn)
 
31
        janitor.expireQuestions(self.txn)
32
32
 
33
33
 
34
34
if __name__ == '__main__':