~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/buildd-queue-builder.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
# Copyright 2004-2007 Canonical Ltd.  All rights reserved.
3
 
# pylint: disable-msg=W0403
 
3
# pylint: disable-msg=C0103,W0403
4
4
# Author: Daniel Silverstone <daniel.silverstone@canonical.com>
5
5
#         Celso Providelo <celso.providelo@canonical.com>
6
6
#