~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/coop/answersbugs/stories/question-buglink.txt

  • 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:
98
98
    # This should use a private bug in our sample data.
99
99
    >>> from zope.component import getUtility
100
100
    >>> from lp.testing import login, logout
101
 
    >>> from canonical.database.sqlbase import flush_database_updates
 
101
    >>> from lp.services.database.sqlbase import flush_database_updates
102
102
    >>> from lp.services.webapp.interfaces import ILaunchBag
103
103
    >>> from lp.bugs.interfaces.bug import IBugSet
104
104
    >>> login('foo.bar@canonical.com')