mirror of
https://github.com/Napsty/check_esxi_hardware.git
synced 2024-11-21 09:53:48 +01:00
Added future statement for print function
This commit is contained in:
parent
96aced6377
commit
6aebd1a4bb
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user