2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-12 01:38:49 +00:00

Merge branch 'master' into osdeploy

This commit is contained in:
Jarrod Johnson
2020-05-19 14:19:26 -04:00
+4
View File
@@ -70,6 +70,10 @@ import sys
pluginmap = {}
dispatch_plugins = (b'ipmi', u'ipmi', b'redfish', u'redfish', b'tsmsol', u'tsmsol')
try:
unicode
except NameError:
unicode = str
def seek_element(currplace, currkey):
try: