[copr] skvidal-backend: callbacks fix (753cefd)

skvidal at fedorahosted.org skvidal at fedorahosted.org
Fri Nov 16 14:38:53 UTC 2012


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : skvidal-backend

>---------------------------------------------------------------

commit 753cefd248ccf1e0648ca5e5b9a97a15f7bfccb2
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Nov 16 09:36:52 2012 -0500

    callbacks fix


>---------------------------------------------------------------

 backend/dispatcher.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/backend/dispatcher.py b/backend/dispatcher.py
index 3c03d87..7a8f126 100644
--- a/backend/dispatcher.py
+++ b/backend/dispatcher.py
@@ -19,7 +19,7 @@ from ansible import callbacks
 
 
 
-class SilentPlaybookCallbacks(callbacks.object):
+class SilentPlaybookCallbacks(callbacks.PlaybookCallbacks):
     ''' playbook callbacks - quietly! '''
 
     def __init__(self, verbose=False):



More information about the copr-devel mailing list