Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a3ce17

Browse files
committed
reduce() isn't built-in in py3k. go figure...
1 parent 44f74e3 commit 5a3ce17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
from matplotlib.externals import six
2020

21+
from functools import reduce
2122
import operator
2223
import os
2324
import warnings

0 commit comments

Comments
 (0)