1
0
mirror of https://github.com/Napsty/check_esxi_hardware.git synced 2026-02-06 15:15:20 +01:00

2 Commits

Author SHA1 Message Date
Napsty
7b02ddad1f Version bump 2024-11-29 08:23:45 +01:00
Claudio Kuenzler
29b32b785e Remove python2 and pywbem 0.7.0 compatibility (#73)
Remove python2 and pywbem 0.7.0 compatibility
2024-11-29 08:20:00 +01:00

View File

@@ -292,7 +292,7 @@
#@ Author : Claudio Kuenzler #@ Author : Claudio Kuenzler
#@ Reason : Fix bug when missing S/N (issue #68) #@ Reason : Fix bug when missing S/N (issue #68)
#@--------------------------------------------------- #@---------------------------------------------------
#@ Date : 20241025 #@ Date : 20241129
#@ Author : Claudio Kuenzler #@ Author : Claudio Kuenzler
#@ Reason : Fix pkg_resources deprecation warning #@ Reason : Fix pkg_resources deprecation warning
# Remove python2 compatibility # Remove python2 compatibility
@@ -306,7 +306,7 @@ import re
import json import json
from optparse import OptionParser,OptionGroup from optparse import OptionParser,OptionGroup
version = '20241025' version = '20241129'
NS = 'root/cimv2' NS = 'root/cimv2'
hosturl = '' hosturl = ''