Revert "Try adding this to get 2.0 compatibility."

This reverts commit 449cc43446.
This commit is contained in:
Kevin Fenzi 2015-12-13 19:33:59 +00:00
parent 449cc43446
commit ee510555a6
2 changed files with 0 additions and 2 deletions

View file

@ -22,7 +22,6 @@ import pwd
import fedmsg
import fedmsg.config
from ansible.plugins.callback import CallbackBase
def getlogin():
try:

View file

@ -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"