diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-13 10:30:36 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-13 10:30:53 +0100 |
| commit | 7ef81b5cdd4c8eda12aa7786484a0bfde00aaaa4 (patch) | |
| tree | 6b745afe55fdfc5eb5b093b3b31cf24ca2184b06 /django | |
| parent | dec7da3c4c8fb8c4fe3e34bdbd6f23dcbc42ad4c (diff) | |
Removed thread customizations of six which are now built-in.
Diffstat (limited to 'django')
| -rw-r--r-- | django/utils/six.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/django/utils/six.py b/django/utils/six.py index bbaca9bb1e..e092b0572c 100644 --- a/django/utils/six.py +++ b/django/utils/six.py @@ -794,7 +794,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")) |
