aboutsummaryrefslogtreecommitdiffstats
path: root/servo/views/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/views/search.py')
-rw-r--r--servo/views/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/views/search.py b/servo/views/search.py
index 43f840f..0fd75aa 100644
--- a/servo/views/search.py
+++ b/servo/views/search.py
@@ -7,7 +7,7 @@ from django.db.models import Q
from django.core.cache import cache
from django.contrib import messages
from django.shortcuts import render, redirect
-from django.core.urlresolvers import reverse
+from django.urls import reverse
from django.utils.translation import ugettext as _
from django.http import QueryDict, HttpResponseRedirect