mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 11:30:23 +00:00
Fix missing import of eventlet
Unable to spawn the connect thread due to missing import.
This commit is contained in:
parent
73a376fd74
commit
789dfe94d0
@ -19,6 +19,7 @@ import confluent.collective.invites as invites
|
||||
import confluent.config.configmanager as cfm
|
||||
import confluent.tlvdata as tlvdata
|
||||
import confluent.util as util
|
||||
import eventlet
|
||||
import eventlet.green.socket as socket
|
||||
import eventlet.green.ssl as ssl
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user