Changed except to Python 3 compatible code. Simplified logic in some except.
- changed 'except Exception, x' to 'except Exception as x' - changed 'raise Exception, x' to raise Exception(x)'
Signed-off-by: Florian Bauer <fbauer.devel@...>
Authored by: bauflo3 2012-05-26
Parent: [r360]
Child: [r362]