~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/checkwatches-cli-switches.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:
6
6
the updateBugTrackers() method.
7
7
 
8
8
    >>> import transaction
9
 
    >>> from canonical.database.sqlbase import cursor, sqlvalues
10
 
    >>> from canonical.database.constants import UTC_NOW
 
9
    >>> from lp.services.database.sqlbase import cursor, sqlvalues
 
10
    >>> from lp.services.database.constants import UTC_NOW
11
11
    >>> from lp.services.log.logger import FakeLogger
12
12
    >>> from lp.bugs.scripts.checkwatches import CheckwatchesMaster
13
13