~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/archivesubscriber.txt

  • Committer: William Grant
  • Date: 2011-11-28 08:31:06 UTC
  • mto: This revision was merged to the branch mainline in revision 14398.
  • Revision ID: william.grant@canonical.com-20111128083106-8o1g6clv1s4wcv66
Rip out apache config and the rest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    >>> no_priv = getUtility(IPersonSet).getByName("no-priv")
30
30
    >>> team_cprov = factory.makeTeam(cprov, "Team Cprov")
31
31
    >>> johnsmith.join(team_cprov)
 
32
    >>> logout()
32
33
    >>> from lp.testing.mail_helpers import print_emails
33
34
 
34
35