Files
python-glanceclient/glanceclient/common
James Page 236a7beb34 Fix SyntaxWarning with Python 3.8
Under Python 3.8, the following SyntaxWarning is logged on every
glanceclient invocation:

 SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if kwargs.get('cacert', None) is not '':

Make use of '!=' rather than 'is not' to avoid this warning.

Change-Id: I11ed568932ec5ea0ffee629d6fd434433f262b67
2020-03-31 16:21:52 +01:00
..
2012-03-26 22:48:48 -07:00
2020-03-31 16:21:52 +01:00
2016-04-18 16:23:59 +00:00
2019-03-27 09:06:39 +00:00