diff options
| author | J08nY | 2017-08-15 00:06:27 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-15 00:06:27 +0200 |
| commit | ba165c597fb7d7407eea609eeaff115c99645c6d (patch) | |
| tree | e3b946472661a7ff395d8485d783b1664e84a4de /src/django_pgpmailman/models.py | |
| parent | 9e33fdaea8eaf5825542254afb55f25c1a63fc6b (diff) | |
| download | django-pgpmailman-ba165c597fb7d7407eea609eeaff115c99645c6d.tar.gz django-pgpmailman-ba165c597fb7d7407eea609eeaff115c99645c6d.tar.zst django-pgpmailman-ba165c597fb7d7407eea609eeaff115c99645c6d.zip | |
Diffstat (limited to 'src/django_pgpmailman/models.py')
| -rw-r--r-- | src/django_pgpmailman/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/django_pgpmailman/models.py b/src/django_pgpmailman/models.py index 8b8dbdd..406ae76 100644 --- a/src/django_pgpmailman/models.py +++ b/src/django_pgpmailman/models.py @@ -20,7 +20,7 @@ from __future__ import absolute_import, unicode_literals from itertools import chain -from mailmanclient._client import RESTObject, MailingList +from mailmanclient._client import MailingList, RESTObject from pgpy import PGPKey from pgpy.errors import PGPError from six.moves.urllib_error import HTTPError |
