Switch exception-catching syntax to use 'as'

Review Request #6577 — Created Nov. 12, 2014 and submitted — Latest diff uploaded

Information

RBTools
master
8802d87...

Reviewers

This change switches rbtools over to the future-proof "except X as Y" syntax.

Ran unit tests.

rbtools/api/request.py
rbtools/clients/__init__.py
rbtools/clients/clearcase.py
rbtools/clients/cvs.py
rbtools/clients/perforce.py
rbtools/clients/svn.py
rbtools/commands/__init__.py
rbtools/commands/api_get.py
rbtools/commands/attach.py
rbtools/commands/main.py
rbtools/commands/patch.py
rbtools/commands/post.py
rbtools/commands/publish.py
rbtools/commands/setup_repo.py
rbtools/hooks/common.py
rbtools/utils/commands.py
rbtools/utils/filesystem.py
Loading...