diff --git a/src/postorius/utils.py b/src/postorius/utils.py index e78ef1b..f6cc6ba 100644 --- a/src/postorius/utils.py +++ b/src/postorius/utils.py @@ -15,6 +15,7 @@ # # You should have received a copy of the GNU General Public License along with # Postorius. If not, see . + import logging from django.shortcuts import render diff --git a/src/postorius/views/list.py b/src/postorius/views/list.py index 2e890e1..37932e2 100644 --- a/src/postorius/views/list.py +++ b/src/postorius/views/list.py @@ -422,7 +422,7 @@ held_messages = paginate( mailing_list.get_held_page, request.GET.get('page'), request.GET.get('count'), - paginator_class=utils.MailmanPaginator) + paginator_class=MailmanPaginator) context = { 'list': mailing_list, 'count_options': [25, 50, 100, 200],