import reduce from six label:python3 (#18561)

* import 'reduce' from six
* import reduce in facts fix
This commit is contained in:
koralsky 2016-11-22 20:22:24 +01:00 committed by Toshio Kuratomi
parent bb5d8fb476
commit 4e194d71bd
3 changed files with 3 additions and 1 deletions

View file

@ -28,6 +28,7 @@ import os
import time
from ansible.plugins.callback import CallbackBase
from ansible.compat.six.moves import reduce
# define start time
t0 = tn = time.time()