~mars/launchpad/ghost-line

« back to all changes in this revision

Viewing changes to lib/lp/registry/tests/test_mailinglist.py

  • Committer: Tarmac
  • Author(s): Gavin Panella, Gary Poster, Julian Edwards, Tim Penhey, Deryck Hodge, Jonathan Lange, Aaron Bentley, Robert Collins, j.c.sackett, Brad Crittenden, Maris Fogels, Launchpad Patch Queue Manager, Francis J. Lacoste, Curtis Hovey, Steve Kowalik, Jeroen Vermeulen, Brian Murray, Abel Deuring
  • Date: 2010-11-29 16:16:35 UTC
  • mfrom: (11782.11.1 test-ghost-update)
  • Revision ID: tarmac@sapote-20101129161635-occ0ourfm1y05rts
Test commit of r11783

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright 2009 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
 
from __future__ import with_statement
5
 
 
6
4
__metaclass__ = type
7
5
__all__ = []
8
6