1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-14 13:42:21 +00:00

fixed import, had moved

This commit is contained in:
Brian Coca 2017-06-07 19:11:45 -04:00
parent 47027207e7
commit 2e920d724d

View file

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