~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mailman/doc/recovery.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:
71
71
    >>> sorted(list_names())
72
72
    ['itest-one', 'unused_mailman_site_list']
73
73
 
74
 
    >>> from canonical.database.constants import UTC_NOW
 
74
    >>> from lp.services.database.constants import UTC_NOW
75
75
    >>> from lp.registry.interfaces.person import IPersonSet
76
76
    >>> person_set = getUtility(IPersonSet)
77
77
    >>> team_two = person_set.getByName('itest-two')