~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/systemdocs.py

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224174930-xk1d5cvhyxq46ctf
Moved webapp to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from zope.component import getUtility
27
27
from zope.testing.loggingsupport import Handler
28
28
 
29
 
from lp.services.config import config
30
 
from lp.services.database.sqlbase import flush_database_updates
 
29
from canonical.config import config
 
30
from canonical.database.sqlbase import flush_database_updates
31
31
from lp.services.webapp.interfaces import ILaunchBag
32
32
from lp.services.webapp.testing import verifyObject
 
33
from canonical.testing import reset_logging
33
34
from lp.testing import (
34
35
    ANONYMOUS,
35
36
    launchpadlib_credentials_for,
38
39
    login_person,
39
40
    logout,
40
41
    oauth_access_token_for,
41
 
    reset_logging,
42
42
    )
43
43
from lp.testing.factory import LaunchpadObjectFactory
44
44
from lp.testing.views import (