mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Move nodediscover to async client
The work to convert had already been done, and it may be handy to make nodediscover do some async tricks in the future.
This commit is contained in:
parent
4c3f93765f
commit
23d0bbd047
@ -27,7 +27,7 @@ path = os.path.realpath(os.path.join(path, '..', 'lib', 'python'))
|
||||
if path.startswith('/opt'):
|
||||
sys.path.append(path)
|
||||
|
||||
import confluent.client as client
|
||||
import confluent.asynclient as client
|
||||
import confluent.sortutil as sortutil
|
||||
|
||||
defcolumns = ['Node', 'Model', 'Serial', 'UUID', 'Mac Address', 'Type',
|
||||
|
Loading…
Reference in New Issue
Block a user