summaryrefslogtreecommitdiff
path: root/django/test/selenium.py
diff options
context:
space:
mode:
authorAndré Ericson <de.ericson@gmail.com>2019-10-18 21:00:34 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-10-21 09:57:39 +0200
commit312049091288dbba2299de8d07ea3e3311ed7238 (patch)
treef279e94af6d3fe6bddb33afcb0ce8928b9cf1fd6 /django/test/selenium.py
parent31174031f1ded30d96c77908b965755e0be94c94 (diff)
Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.
Diffstat (limited to 'django/test/selenium.py')
-rw-r--r--django/test/selenium.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/selenium.py b/django/test/selenium.py
index 8910faec98..a114f77d14 100644
--- a/django/test/selenium.py
+++ b/django/test/selenium.py
@@ -3,7 +3,7 @@ import unittest
from contextlib import contextmanager
from django.test import LiveServerTestCase, tag
-from django.utils.decorators import classproperty
+from django.utils.functional import classproperty
from django.utils.module_loading import import_string
from django.utils.text import capfirst