diff options
Diffstat (limited to 'core/TESTS')
-rw-r--r-- | core/TESTS/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/tests.py b/core/TESTS/tests.py index c3388e6..0e46ba7 100644 --- a/core/TESTS/tests.py +++ b/core/TESTS/tests.py @@ -66,7 +66,7 @@ class SimpleTest(SimpleTestCase): from django.db import connection, close_old_connections, connections from django.contrib.auth.models import User from django.http import HttpResponse - from django.core.urlresolvers import reverse + from django.urls import reverse __test__ = {"doctest": """ Another way to test that 1 + 1 is equal to 2. |