Skip to content

Commit

Permalink
Imported copyreg from six.moves
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed May 21, 2013
1 parent 800513e commit fd96194
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions django/utils/functional.py
Expand Up @@ -4,11 +4,7 @@
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
Expand Down

0 comments on commit fd96194

Please sign in to comment.