diff options
Diffstat (limited to 'core/TESTS')
-rw-r--r-- | core/TESTS/test_imports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/test_imports.py b/core/TESTS/test_imports.py index 5ec62ee..570c1fb 100644 --- a/core/TESTS/test_imports.py +++ b/core/TESTS/test_imports.py @@ -108,7 +108,7 @@ class SimpleTest(SimpleTestCase): def test_import_urls(self): from django.conf import settings - from django.conf.urls import include, url + #from django.conf.urls import include, url from django.contrib import admin, auth from django.urls import resolve, reverse from django.views.generic.base import RedirectView |