Comment 9 for bug 1803558

Revision history for this message
Colin Watson (cjwatson) wrote :

@christopher-hoskin: bionic has httplib2 0.9.2, so doesn't suffer from this problem. Do you perhaps have a newer version of httplib2 installed, maybe via pip or something? Try this to find out where it might live:

  $ python
  >>> import httplib2
  >>> httplib2.__file__