moved to base class for shell plugins

fish now sets env vars correctly
fish checksum now works
fixed and cleaned up imports
fixed typo
This commit is contained in:
Brian Coca 2016-02-05 00:39:09 -05:00
parent f50b381dba
commit b4b24a0889
5 changed files with 158 additions and 92 deletions

View file

@ -20,9 +20,7 @@ __metaclass__ = type
import base64
import os
import re
import random
import shlex
import time
from ansible.utils.unicode import to_bytes, to_unicode