~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/bug.txt

  • Committer: William Grant
  • Date: 2011-12-30 06:14:56 UTC
  • mto: This revision was merged to the branch mainline in revision 14610.
  • Revision ID: william.grant@canonical.com-20111230061456-f715q0b712skdnfk
Merge canonical.database into lp.services.database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
 
177
177
To search for bugs matching specific criteria, use IBugSet.searchAsUser:
178
178
 
179
 
    >>> from canonical.database.sqlbase import flush_database_updates
 
179
    >>> from lp.services.database.sqlbase import flush_database_updates
180
180
    >>> from lp.services.webapp.interfaces import ILaunchBag
181
181
 
182
182
    >>> def current_user():