Import ansible errors in Poller.

pull/4420/head
Jeroen Hoekx 2012-06-25 20:48:35 +02:00
parent 618924a24f
commit 6c92d2fa88
1 changed files with 2 additions and 0 deletions

View File

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