diff --git a/confluent_server/confluent/discovery/protocols/pxe.py b/confluent_server/confluent/discovery/protocols/pxe.py index ab5942c0..0e8d0a2f 100644 --- a/confluent_server/confluent/discovery/protocols/pxe.py +++ b/confluent_server/confluent/discovery/protocols/pxe.py @@ -32,6 +32,7 @@ import eventlet.green.socket as socket import eventlet.green.select as select import netifaces import struct +import traceback libc = ctypes.CDLL(ctypes.util.find_library('c'))