mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-07-23 12:24:32 +02:00
Moved pythonlibs to module_utils to avoid usage of ENV vars
This commit is contained in:
parent
38ccf5f1cf
commit
9053215084
23 changed files with 31 additions and 29 deletions
|
@ -7,9 +7,9 @@ import socket
|
|||
import ssl
|
||||
import sys
|
||||
|
||||
from .retryloop import RetryError
|
||||
from .retryloop import retryloop
|
||||
from .socket_utils import set_keepalive
|
||||
from ansible.module_utils.mt_api.retryloop import RetryError
|
||||
from ansible.module_utils.mt_api.retryloop import retryloop
|
||||
from ansible.module_utils.mt_api.socket_utils import set_keepalive
|
||||
|
||||
PY2 = sys.version_info[0] < 3
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue