From 263ab7cf73bdbfe5becdf3c5cf6335ff80c7becc Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Mon, 20 Oct 2008 12:50:37 +0000
Subject: [PATCH] Convert http.py to use the logging module

Reviewed-by: imsnah
---
 lib/http.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/http.py b/lib/http.py
index 091ba9d67..e32a2364b 100644
--- a/lib/http.py
+++ b/lib/http.py
@@ -30,9 +30,9 @@ import socket
 import sys
 import time
 import signal
+import logging
 
 from ganeti import constants
-from ganeti import logger
 from ganeti import serializer
 
 
-- 
GitLab