]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use Python 3.x compatible except construct
authorDirk Mueller <dirk@dmllr.de>
Tue, 18 Jun 2013 19:09:19 +0000 (21:09 +0200)
committerDirk Mueller <dirk@dmllr.de>
Tue, 18 Jun 2013 19:09:19 +0000 (21:09 +0200)
commit646096aa111f2e1c3e180c785d15388aad4ae360
tree29b633ed67b700f47fc6d14588abbcd603753bc9
parent317220858ef219e84109692b6a94fedbd2758a0b
Use Python 3.x compatible except construct

Use except x as y:, which works with any
Python version >= 2.6

Change-Id: Ibf0f9aa8fb9725c1c9c00558ec217db96301678f
cinder/scheduler/scheduler_options.py