mirror of
https://github.com/Hopiu/django.git
synced 2026-03-31 05:10:24 +00:00
Made 2d309a70 compatible with Python 3.
This commit is contained in:
parent
41bea033b7
commit
f7d7d2be4b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import copy
|
||||
import operator
|
||||
from functools import update_wrapper, partial
|
||||
from functools import partial, reduce, update_wrapper
|
||||
|
||||
from django import forms
|
||||
from django.conf import settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue