mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
isort
This commit is contained in:
parent
c80bcdc50d
commit
af82ee7845
1 changed files with 3 additions and 2 deletions
|
@ -11,12 +11,13 @@ from __future__ import absolute_import, print_function, unicode_literals
|
|||
|
||||
import logging
|
||||
|
||||
# Import Salt Libs
|
||||
import salt.utils.platform
|
||||
from salt.exceptions import SaltSystemExit
|
||||
|
||||
if salt.utils.platform.is_proxy() and __opts__["proxy"]["proxytype"] == "esxi":
|
||||
import salt.modules.vsphere
|
||||
|
||||
# Import Salt Libs
|
||||
from salt.exceptions import SaltSystemExit
|
||||
|
||||
__proxyenabled__ = ["esxi"]
|
||||
__virtualname__ = "esxi"
|
||||
|
|
Loading…
Add table
Reference in a new issue