summaryrefslogtreecommitdiff
path: root/django/utils/six.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/utils/six.py')
-rw-r--r--django/utils/six.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/django/utils/six.py b/django/utils/six.py
index ccc180c954..521a384d83 100644
--- a/django/utils/six.py
+++ b/django/utils/six.py
@@ -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"))