~abompard/mailman/import21

« back to all changes in this revision

Viewing changes to src/mailman/model/tests/test_domain.py

  • Committer: Aurélien Bompard
  • Date: 2014-01-27 10:58:16 UTC
  • mfrom: (7215.2.17 3.0)
  • Revision ID: aurelien@bompard.org-20140127105816-xptlvnpr3ixak5d2
Merge from the main branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2011-2013 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 2011-2014 by the Free Software Foundation, Inc.
2
2
#
3
3
# This file is part of GNU Mailman.
4
4
#
21
21
 
22
22
__metaclass__ = type
23
23
__all__ = [
 
24
    'TestDomainLifecycleEvents',
 
25
    'TestDomainManager',
24
26
    ]
25
27
 
26
28