mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix 'ping_master' function
This commit is contained in:
parent
d946d10597
commit
6d2cf8171e
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ import salt.ext.six as six
|
|||
import salt.utils.event
|
||||
from salt._compat import subprocess
|
||||
from salt.utils.network import host_to_ips as _host_to_ips
|
||||
from salt.modules.status import master, ping_master, time_
|
||||
# pylint: disable=W0611
|
||||
from salt.modules.status import ping_master, time_
|
||||
import copy
|
||||
# pylint: enable=W0611
|
||||
from salt.utils import namespaced_function as _namespaced_function
|
||||
|
||||
# Import 3rd Party Libs
|
||||
|
|
Loading…
Add table
Reference in a new issue