Made 2d309a70 compatible with Python 3.

This commit is contained in:
Aymeric Augustin 2013-05-19 17:58:29 +02:00
parent 41bea033b7
commit f7d7d2be4b
1 changed files with 1 additions and 1 deletions

View File

@ -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