]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use Python 3.x compatible except construct
authorDirk Mueller <dirk@dmllr.de>
Wed, 12 Jun 2013 20:55:03 +0000 (22:55 +0200)
committerDirk Mueller <dirk@dmllr.de>
Wed, 12 Jun 2013 20:56:14 +0000 (22:56 +0200)
commit9db6e14a4597b54a90b79abf7fae4af40d214433
tree82a6378126e3109bd9062e991a03b58fc0f721f5
parent580c554c19eaa001e432458aa6037def127718ca
Use Python 3.x compatible except construct

Python 3.x deprecated excecpt x,y. Use except x as y,
which works with any Python version >= 2.6

Change-Id: I264049ee41e75bcedea86adf7c2011c343f47ddb
bin/heat-api
bin/heat-api-cfn
bin/heat-cfn
bin/heat-watch