ganeti.http: Remove _HttpClientError
authorMichael Hanselmann <hansmi@google.com>
Tue, 9 Dec 2008 18:42:53 +0000 (18:42 +0000)
committerMichael Hanselmann <hansmi@google.com>
Tue, 9 Dec 2008 18:42:53 +0000 (18:42 +0000)
This is a leftover from old code.

Reviewed-by: iustinp

lib/http/__init__.py

index e8a355d..2a9f316 100644 (file)
@@ -72,6 +72,7 @@ _SSL_UNEXPECTED_EOF = "Unexpected EOF"
 # send/receive quantum
 SOCK_BUF_SIZE = 32768
 
+
 class HttpError(Exception):
   """Internal exception for HTTP errors.
 
@@ -80,14 +81,6 @@ class HttpError(Exception):
   """
 
 
-class _HttpClientError(Exception):
-  """Internal exception for HTTP client errors.
-
-  This should only be used for internal error reporting.
-
-  """
-
-
 class HttpSocketTimeout(Exception):
   """Internal exception for socket timeouts.