Commit fa90ef25 authored by Claude Paroz's avatar Claude Paroz Committed by Daniel Lindsley
Browse files

[1.5.x] Imported copyreg from six.moves

parent cb9aaac9
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -4,11 +4,7 @@ from functools import wraps, update_wrapper
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 `functools.partial` because this binds to