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