Import vim from pyVmomi

Import vim so that sample code will run properly
This commit is contained in:
Matt Garrett
2016-09-17 15:11:18 -04:00
parent 575ab56eb5
commit 986770b63d

View File

@@ -21,6 +21,7 @@ Python program for listing the vms on an ESX / vCenter host
from __future__ import print_function
from pyVim.connect import SmartConnect, Disconnect
from pyVmomi import vim
import argparse
import atexit