nodepool/nodepool
Christian Berendt e3dd94d65c Use except x as y instead of except x, y
According to https://docs.python.org/3/howto/pyporting.html the
syntax changed in Python 3.x. The new syntax is usable with
Python >= 2.6 and should be preferred to be compatible with Python3.

Enabled hacking check H231.

Change-Id: Ide60f971493440311f1dcc594e33d536beb925e5
2014-05-29 23:57:48 +02:00
..
cmd Fix update-image command 2014-03-31 10:53:02 -07:00
tests Merge "Correct update-image to image-update in samples" 2014-05-22 17:23:21 +00:00
__init__.py Initial commit 2013-08-15 09:47:23 -07:00
allocation.py Add tests for the allocator 2014-03-31 09:20:16 -07:00
fakeprovider.py Add a very basic functional test 2014-03-31 09:22:00 -07:00
jenkins_manager.py Make jenkins get info task synchronous 2014-02-18 16:57:40 -08:00
myjenkins.py Keep py3.X compatibility for urllib/urllib2 2014-02-25 16:51:03 +08:00
nodedb.py Add 'labels' as a configuration primitive 2014-03-28 09:12:27 -07:00
nodepool.py Use except x as y instead of except x, y 2014-05-29 23:57:48 +02:00
nodeutils.py Use except x as y instead of except x, y 2014-05-29 23:57:48 +02:00
provider_manager.py Don't accept tasks for stopped managers 2014-05-22 15:57:49 -07:00
sshclient.py Expose paramiko's get_pty parameter. 2014-01-29 09:29:27 +13:00
task_manager.py Don't accept tasks for stopped managers 2014-05-22 15:57:49 -07:00