~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/scripts/tests/test_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:
34
34
from zope.component import getUtility
35
35
from zope.security.proxy import removeSecurityProxy
36
36
 
37
 
from canonical.database import sqlbase
38
37
from lp.answers.model.answercontact import AnswerContact
39
38
from lp.bugs.model.bugnotification import (
40
39
    BugNotification,
68
67
    UnusedSessionPruner,
69
68
    )
70
69
from lp.services.config import config
 
70
from lp.services.database import sqlbase
71
71
from lp.services.database.constants import (
72
72
    ONE_DAY_AGO,
73
73
    SEVEN_DAYS_AGO,