Import ansible errors in Poller.
parent
618924a24f
commit
6c92d2fa88
|
@ -18,6 +18,8 @@
|
|||
|
||||
import time
|
||||
|
||||
from ansible import errors
|
||||
|
||||
class AsyncPoller(object):
|
||||
""" Manage asynchronous jobs. """
|
||||
|
||||
|
|
Loading…
Reference in New Issue