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
@@ -21,6 +21,7 @@ import sanitizer
import itertools
import decoder
import copy_reg
from functools import reduce
try:
import cPickle as pickle
except: