~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/scripts/garbo.py

  • Committer: William Grant
  • Date: 2011-12-30 06:47:17 UTC
  • mto: This revision was merged to the branch mainline in revision 14610.
  • Revision ID: william.grant@canonical.com-20111230064717-n5re5t6we5w8o17z
Replace canonical.database usage everywhere, and format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
from zope.component import getUtility
36
36
from zope.security.proxy import removeSecurityProxy
37
37
 
38
 
from canonical.database import postgresql
39
38
from lp.answers.model.answercontact import AnswerContact
40
39
from lp.bugs.interfaces.bug import IBugSet
41
40
from lp.bugs.model.bug import Bug
56
55
from lp.hardwaredb.model.hwdb import HWSubmission
57
56
from lp.registry.model.person import Person
58
57
from lp.services.config import config
 
58
from lp.services.database import postgresql
59
59
from lp.services.database.constants import UTC_NOW
60
60
from lp.services.database.lpstorm import IMasterStore
61
61
from lp.services.database.sqlbase import (