Kaydet (Commit) fd961941 authored tarafından Claude Paroz's avatar Claude Paroz

Imported copyreg from six.moves

üst 800513e7
......@@ -4,11 +4,7 @@ from functools import wraps
import sys
from django.utils import six
try:
import copyreg
except ImportError:
import copy_reg as copyreg
from django.utils.six.moves import copyreg
# You can't trivially replace this with `functools.partial` because this binds
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment