Loading django/utils/six.py +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading Loading
django/utils/six.py +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading