~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/garbo-hourly.py

  • Committer: Gavin Panella
  • Date: 2011-04-18 15:40:02 UTC
  • mto: This revision was merged to the branch mainline in revision 12855.
  • Revision ID: gavin.panella@canonical.com-20110418154002-s6z031f3jwfikxc7
Format imports, fix lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
__all__ = []
14
14
 
15
15
import _pythonpath
 
16
 
16
17
from lp.scripts.garbo import HourlyDatabaseGarbageCollector
17
18
 
 
19
 
18
20
if __name__ == '__main__':
19
21
    script = HourlyDatabaseGarbageCollector()
20
22
    script.continue_on_failure = True