Revision f4322a1e lib/http/client.py

b/lib/http/client.py
141 141
    return http.HttpServerToClientStartLine(version, status, reason)
142 142

  
143 143

  
144
class HttpClientRequestExecutor(http.HttpSocketBase):
144
class HttpClientRequestExecutor(http.HttpBase):
145 145
  # Default headers
146 146
  DEFAULT_HEADERS = {
147 147
    http.HTTP_USER_AGENT: http.HTTP_GANETI_VERSION,
......
164 164
    @param req: Request object
165 165

  
166 166
    """
167
    http.HttpSocketBase.__init__(self)
167
    http.HttpBase.__init__(self)
168 168
    self.request = req
169 169

  
170 170
    self.poller = select.poll()

Also available in: Unified diff