running lib2to3.fixes.fix_reduce

This commit is contained in:
ilvalle
2016-05-29 08:31:19 +02:00
parent ec8ea53917
commit d22222ebea
9 changed files with 9 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ import unicodedata
from cStringIO import StringIO
from gluon.utils import simple_hash, web2py_uuid, DIGEST_ALG_BY_SIZE
from pydal.objects import Field, FieldVirtual, FieldMethod
from functools import reduce
regex_isint = re.compile('^[+-]?\d+$')