mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-15 01:59:48 +00:00
Merge branch 'master' into osdeploy
This commit is contained in:
commit
ebd41d3e53
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user