Files
python-glanceclient/glanceclient
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
..
2020-03-31 16:21:52 +01:00
2020-03-20 07:21:59 +00:00
2019-07-30 13:42:18 +03:00
2020-03-26 16:32:58 +00:00
2015-07-21 17:08:27 +03:00
2017-03-21 07:19:21 +08:00
2018-01-17 08:50:57 +08:00