2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-16 12:47:50 +00:00

Add missing socket import

The Non-sysfs fallback needs to have socket imported to function
This commit is contained in:
Jarrod Johnson 2017-09-05 11:20:42 -04:00
parent 12cbfff24f
commit ee7e044ad8

View File

@ -22,6 +22,7 @@ import confluent.log as log
import hashlib
import netifaces
import os
import socket
import struct