Merge pull request #451 from cingeyedog/master

Import vim from pyVmomi
This commit is contained in:
Tianhao He
2016-09-27 11:02:46 -07:00
committed by GitHub

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