~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/garbo-daily.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-04-18 15:46:24 UTC
  • mfrom: (12854.1.2 fix-r12851)
  • Revision ID: launchpad@pqm.canonical.com-20110418154624-xt51651k4v6gt8vw
[testfix][r=allenap][no-qa] Fix a missing import in revision 12851.

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 DailyDatabaseGarbageCollector
17
18
 
 
19
 
18
20
if __name__ == '__main__':
19
21
    script = DailyDatabaseGarbageCollector()
20
22
    script.continue_on_failure = True