Revision 7260cfbe lib/http/__init__.py

b/lib/http/__init__.py
299 299
  code = 505
300 300

  
301 301

  
302
class HttpJsonConverter:
302
class HttpJsonConverter: # pylint: disable-msg=W0232
303 303
  CONTENT_TYPE = "application/json"
304 304

  
305 305
  def Encode(self, data):

Also available in: Unified diff