mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user