summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/utils/six.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/six.py b/django/utils/six.py
index 6526d76cb1..b1d58e5668 100644
--- a/django/utils/six.py
+++ b/django/utils/six.py
@@ -159,7 +159,7 @@ for attr in _moved_attributes:
setattr(_MovedItems, attr.name, attr)
del attr
-moves = sys.modules["six.moves"] = _MovedItems("moves")
+moves = sys.modules["django.utils.six.moves"] = _MovedItems("moves")
def add_move(move):