[calc] Fix usage of reduce (by importing it from functools)

master
sfan5 2017-04-22 01:37:28 +02:00 committed by GitHub
parent 5d1710a13a
commit 2edcb8109f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import math
import random
import struct
import multiprocessing
from functools import reduce
class SomeObject(object):
pass