python-glanceclient/glanceclient
Dougal Matthews b7442c5694 Replace 'raise StopIteration' with 'return'
With PEP 479, the behaviour of StopIteration is changing. Raising it to
stop a generator is considered incorrect and from Python 3.7 this will
cause a RuntimeError. The PEP recommends using the return statement.

More details: https://www.python.org/dev/peps/pep-0479/#examples-of-breakage

Change-Id: Ia067940066a5666926dcf61136b03d721a87666e
2018-06-29 14:31:51 +01:00
..
common Image show: print human readable string when the virtual size is unknown 2018-05-31 18:52:20 +02:00
tests update shell tests to not rely on the serialization order of a dict 2018-06-07 17:51:28 -04:00
v1 help text for container_format, disk_format 2017-07-06 13:09:44 +05:30
v2 Replace 'raise StopIteration' with 'return' 2018-06-29 14:31:51 +01:00
__init__.py Enable flake8 checks 2015-07-21 17:08:27 +03:00
_i18n.py Remove log translations 2017-03-21 07:19:21 +08:00
client.py Use import_versioned_module from oslo.utils 2016-12-06 09:35:55 +00:00
exc.py py3: Fix encoding and use sys.stdin.buffer 2016-07-25 20:13:08 +05:30
shell.py Remove deprecated ssl options 2018-01-17 08:50:57 +08:00