Remove useless try and reraise blocks.
authorHuang Hao <hao.h.huang@intel.com>
Mon, 11 Mar 2013 10:42:25 +0000 (18:42 +0800)
committerGerrit Code Review <gerrit2@otctools.jf.intel.com>
Tue, 12 Mar 2013 07:38:50 +0000 (00:38 -0700)
commitf11008f4c3fe8adf14aa16d0106ed8e0baf087d7
treecbeec5fdfb3c580645b16e78e215fab8120925c1
parent869821ae7737e0a65c1d2613f87c425c988f417c
Remove useless try and reraise blocks.

These code catch all exceptions and simply reraise them, which is
equivalent to not writing the try block. So just remove them to
cleanup.

Change-Id: I965356746a5b349458205de9c5a1d6bf97bf8d93
mic/bootstrap.py
mic/kickstart/__init__.py
tools/mic