summaryrefslogtreecommitdiffstats
path: root/callback_plugins
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-12-13 19:33:59 +0000
committerKevin Fenzi <kevin@scrye.com>2015-12-13 19:33:59 +0000
commitee510555a6fc981bf78977a532f58eef79323440 (patch)
tree7345d3a1c70c7d6da13fce9b820f7d440717a585 /callback_plugins
parent449cc434462ce27a37693b2cd8932b38f708cf95 (diff)
Revert "Try adding this to get 2.0 compatibility."
This reverts commit 449cc434462ce27a37693b2cd8932b38f708cf95.
Diffstat (limited to 'callback_plugins')
-rw-r--r--callback_plugins/fedmsg_callback.py1
-rw-r--r--callback_plugins/logdetail.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/callback_plugins/fedmsg_callback.py b/callback_plugins/fedmsg_callback.py
index 3299cc4a9..5dd550908 100644
--- a/callback_plugins/fedmsg_callback.py
+++ b/callback_plugins/fedmsg_callback.py
@@ -22,7 +22,6 @@ import pwd
import fedmsg
import fedmsg.config
-from ansible.plugins.callback import CallbackBase
def getlogin():
try:
diff --git a/callback_plugins/logdetail.py b/callback_plugins/logdetail.py
index f148d94a7..fc328a048 100644
--- a/callback_plugins/logdetail.py
+++ b/callback_plugins/logdetail.py
@@ -20,7 +20,6 @@ import time
import json
import pwd
from ansible import utils
-from ansible.plugins.callback import CallbackBase
TIME_FORMAT="%b %d %Y %H:%M:%S"