diff --git a/src/authentic2_gnm/templatetags/gnm.py b/src/authentic2_gnm/templatetags/gnm.py index 36c121a..2983db4 100644 --- a/src/authentic2_gnm/templatetags/gnm.py +++ b/src/authentic2_gnm/templatetags/gnm.py @@ -14,11 +14,11 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import urlparse import xml.etree.ElementTree as ET from django import template from django.conf import settings +from django.utils.six.moves.urllib import parse as urlparse register = template.Library()