aboutsummaryrefslogtreecommitdiffstats
path: root/servo/tests/test_unit.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/tests/test_unit.py')
-rwxr-xr-xservo/tests/test_unit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/tests/test_unit.py b/servo/tests/test_unit.py
index 5e4daf3..b304c61 100755
--- a/servo/tests/test_unit.py
+++ b/servo/tests/test_unit.py
@@ -3,7 +3,7 @@
import unittest
from django.http import HttpRequest
-from django.core.urlresolvers import resolve
+from django.urls import resolve
from django.test import TestCase
from django.test.runner import DiscoverRunner