~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/librarian-gc.py

  • Committer: William Grant
  • Date: 2011-12-30 06:47:54 UTC
  • mto: This revision was merged to the branch mainline in revision 14610.
  • Revision ID: william.grant@canonical.com-20111230064754-qntgf81lh1ideoa2
Reformat

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
__metaclass__ = type
16
16
 
 
17
import _pythonpath
 
18
 
17
19
import logging
18
20
 
19
 
import _pythonpath
20
 
 
21
21
from lp.services.config import config
22
22
from lp.services.database.lpstorm import IStore
23
23
from lp.services.librarian.model import LibraryFileAlias