X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/652e2d66d7f88cc6b857edc4aaac7e14a654eb36..f0d9161da1b3fe4d3a528f95df30e26d221f73d4:/src/suggest/views.py?ds=sidebyside

diff --git a/src/suggest/views.py b/src/suggest/views.py
index 706c549ab..060ac591e 100644
--- a/src/suggest/views.py
+++ b/src/suggest/views.py
@@ -1,8 +1,7 @@
-# -*- coding: utf-8 -*-
 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
-from django.core.urlresolvers import reverse_lazy
+from django.urls import reverse_lazy
 from django.utils.translation import ugettext_lazy as _
 
 from ajaxable.utils import AjaxableFormView