mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Remove unnecessary import block
This commit is contained in:
parent
695107ae6e
commit
1a83147986
@ -22,13 +22,6 @@ from salttesting.helpers import ensure_in_syspath
|
||||
|
||||
ensure_in_syspath('../../')
|
||||
|
||||
# Import Third Party Libs
|
||||
NO_PYVMOMI = False
|
||||
try:
|
||||
from pyVmomi import vim
|
||||
except ImportError:
|
||||
NO_PYVMOMI = True
|
||||
|
||||
# Globals
|
||||
HOST = '1.2.3.4'
|
||||
USER = 'root'
|
||||
|
Loading…
Reference in New Issue
Block a user