Remove unnecessary import block

This commit is contained in:
rallytime 2015-12-28 16:14:13 -07:00
parent 695107ae6e
commit 1a83147986

View File

@ -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'