diff --git a/daemons/ganeti-confd b/daemons/ganeti-confd
index 671dbd205282bb1f7205e5d858b4b30a12fc0d80..c560e7fddd5619b2589b41599e3a993f4500d4bb 100755
--- a/daemons/ganeti-confd
+++ b/daemons/ganeti-confd
@@ -29,11 +29,8 @@ It uses UDP+HMAC for authentication with a global cluster key.
 import os
 import sys
 import logging
-import asyncore
-import socket
 import pyinotify
 import time
-import errno
 
 from optparse import OptionParser