2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-26 19:40:12 +00:00

Fix missing import of eventlet

Unable to spawn the connect thread due to missing import.
This commit is contained in:
Jarrod Johnson 2018-05-01 16:51:57 -04:00
parent 73a376fd74
commit 789dfe94d0

View File

@ -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: