designate/designate/agent
Corey Bryant 19b8a6e852 Replace StopIteration with return for PEP 0479
PEP 0479, https://www.python.org/dev/peps/pep-0479/, makes the
following change: "when StopIteration is raised inside a generator,
it is replaced it with RuntimeError".

The PEP suggests that if raise StopIteration occurs directly in a
generator, simply replace it with return.

Change-Id: I9bb72936c8d56b338084bb0be7e75aecdf09f8b3
Closes-Bug: #1780827
2018-07-17 12:07:57 -04:00
..
__init__.py Auto-generate designate.conf.sample via genconfig testenv 2017-07-01 21:32:16 +07:00
handler.py Replace StopIteration with return for PEP 0479 2018-07-17 12:07:57 -04:00
service.py Consolidate default port numbers into utils.py 2016-05-05 19:35:39 +01:00