~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/expire-questions.py

  • Committer: Curtis Hovey
  • Date: 2007-10-10 14:53:59 UTC
  • mto: This revision was merged to the branch mainline in revision 5182.
  • Revision ID: curtis.hovey@canonical.com-20071010145359-v5se9jakfld0yhyf
Added bad name suppression to cronscripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python2.4
2
2
 
3
3
# Copyright 2006-2007 Canonical Ltd.  All rights reserved.
4
 
# pylint: disable-msg=W0403
 
4
# pylint: disable-msg=C0103,W0403
5
5
 
6
6
""" Expire all questions in the OPEN and NEEDSINFO states that didn't receive
7
7
any activity in the last X days.