mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	[py3] Fixed django.utils.six.moves.
It didn't work because six was inside django.utils.
This commit is contained in:
		| @@ -159,7 +159,7 @@ for attr in _moved_attributes: | |||||||
|     setattr(_MovedItems, attr.name, attr) |     setattr(_MovedItems, attr.name, attr) | ||||||
| del attr | del attr | ||||||
|  |  | ||||||
| moves = sys.modules["six.moves"] = _MovedItems("moves") | moves = sys.modules["django.utils.six.moves"] = _MovedItems("moves") | ||||||
|  |  | ||||||
|  |  | ||||||
| def add_move(move): | def add_move(move): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user