1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[1.4.x] Removed thread customizations of six which are now built-in.

Backport of 7ef81b5cdd4c8eda12aa7786484a0bfde00aaaa4 from master
This commit is contained in:
Tim Graham 2014-11-13 10:30:36 +01:00
parent a1dcd82b28
commit c83b024b37

View File

@ -786,7 +786,3 @@ def assertRaisesRegex(self, *args, **kwargs):
def assertRegex(self, *args, **kwargs):
return getattr(self, _assertRegex)(*args, **kwargs)
add_move(MovedModule("_dummy_thread", "dummy_thread"))
add_move(MovedModule("_thread", "thread"))