Files
kuryr-kubernetes/kuryr_kubernetes
Michał Dulko 7ed6e86744 Basic Python 3 compatibility fixes
This is result of running 2to3 without dict fix (as it seems
unnecessary for most of our cases).

In Python 3 {}.values() returns a view that is not indexable. This
commit uses list() on that to make AddHandler.should_callback compatible
with Python 3.

Change-Id: I354597f43d43630f9fb875dd8c9ab741c35af723
2019-11-22 09:19:14 +01:00
..
2019-11-22 09:19:14 +01:00
2019-11-22 09:19:14 +01:00
2019-11-22 09:19:14 +01:00
2017-04-13 03:19:08 +00:00
2019-10-11 14:48:35 +03:00
2019-10-14 12:44:47 +00:00
2018-08-09 17:31:21 +08:00
2017-03-28 15:13:49 +08:00
2019-01-02 22:14:44 +00:00
2018-09-18 10:19:43 +03:00
2018-09-18 10:19:43 +03:00
2019-09-04 10:26:56 +02:00