Import ansible errors in Poller.

This commit is contained in:
Jeroen Hoekx 2012-06-25 20:48:35 +02:00
parent 618924a24f
commit 6c92d2fa88

View file

@ -18,6 +18,8 @@
import time
from ansible import errors
class AsyncPoller(object):
""" Manage asynchronous jobs. """