~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/librarian-gc.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:16:50 UTC
  • mfrom: (14606.3.7 apocaremains)
  • Revision ID: launchpad@pqm.canonical.com-20111231001650-pjeyhfjhm6mg3yp8
[r=wgrant][no-qa] Merge canonical.database into lp.services.database.

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