From 1fea2f0d1cf6d10bc653eab8f5cded2879fb0878 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Fri, 25 Sep 2009 17:56:00 +0100
Subject: [PATCH] ganeti-confd: cleanup imports

Many functionalities of confd have been moved to other classes/modules,
and the main confd daemon doesn't reference these modules directly
anymore.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 daemons/ganeti-confd | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/daemons/ganeti-confd b/daemons/ganeti-confd
index 671dbd205..c560e7fdd 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
 
-- 
GitLab