]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Improve Python 3.x compatibility
authorDirk Mueller <dirk@dmllr.de>
Mon, 22 Apr 2013 22:12:22 +0000 (00:12 +0200)
committerDirk Mueller <dirk@dmllr.de>
Mon, 22 Apr 2013 22:12:22 +0000 (00:12 +0200)
commitf83b7eaf0940791002b8834890d7d903ec11a77d
treed05aeb42419b66f125c5171e7241f8def704e9b1
parent4ce8855fbc631e39170044f7edc9d3e0f6e5f923
Improve Python 3.x compatibility

Mechanical translation of the deprecated except x,y:
construct. the except x as y: construct works with
all python 2.6+ versions

Change-Id: Iad349b8079a01bbd66a22800ae2fcdfcde03b377
heat/cfn_client/utils.py
heat/common/auth_token.py
heat/common/client.py
heat/common/config.py
heat/common/exception.py
heat/common/wsgi.py
heat/db/sqlalchemy/models.py
heat/db/sqlalchemy/session.py
heat/tests/functional/util.py
tools/hacking.py