~sumanah/postorius/metrics-template

« back to all changes in this revision

Viewing changes to src/postorius/views/settings.py

  • Committer: Florian Fuchs
  • Date: 2014-11-24 13:34:25 UTC
  • mfrom: (187.1.2 postorius)
  • Revision ID: flo.fuchs@gmail.com-20141124133425-yzdvzgekhne0h3co
Addedd an improved test harness using WebTest. Contributed by Aurélien Abompard.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
from django.utils.translation import gettext as _
38
38
from urllib2 import HTTPError
39
39
 
40
 
from mailmanclient import Client
41
40
from postorius import utils
42
41
from postorius.models import (Domain, List, Member, MailmanUser,
43
42
                              MailmanApiError, Mailman404Error)