~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/buildd-retry-depwait.py

  • Committer: Stuart Bishop
  • Date: 2011-09-22 09:47:13 UTC
  • mto: This revision was merged to the branch mainline in revision 14013.
  • Revision ID: stuart.bishop@canonical.com-20110922094713-aqdrec8kpyyaiofr
delint

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python -S
2
2
#
3
 
# Copyright 2009 Canonical Ltd.  This software is licensed under the
 
3
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
4
4
# GNU Affero General Public License version 3 (see the file LICENSE).
5
5
 
6
6
# pylint: disable-msg=C0103,W0403
24
24
 
25
25
import _pythonpath
26
26
 
27
 
from canonical.config import config
28
27
from lp.soyuz.scripts.buildd import RetryDepwait
29
28
 
30
29
if __name__ == '__main__':