1
0
mirror of https://github.com/Napsty/check_esxi_hardware.git synced 2024-10-22 12:13:46 +02:00

Added future statement for print function

This commit is contained in:
Claudio Kuenzler 2018-10-01 12:39:10 +02:00
parent 96aced6377
commit 6aebd1a4bb

View File

@ -261,6 +261,7 @@
#@ Reason : python3 compatibility
#@---------------------------------------------------
from __future__ import print_function
import sys
import time
import pywbem
@ -268,7 +269,7 @@ import re
import pkg_resources
from optparse import OptionParser,OptionGroup
version = '20180411'
version = '20181001'
NS = 'root/cimv2'
hosturl = ''