~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/doc/convert-person-to-team.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:
31
31
 
32
32
    # Flush the caches because our objects were changed in another
33
33
    # transaction.
34
 
    >>> from canonical.database.sqlbase import flush_database_caches
 
34
    >>> from lp.services.database.sqlbase import flush_database_caches
35
35
    >>> flush_database_caches()
36
36
 
37
37
    >>> matsubara = getUtility(IPersonSet).getByName('matsubara')