[0.9.1] Exception syntax error on Python 3.4
Brought to you by:
mattyowl
The 0.9.1 release introduced a number of exceptions like
raise Exception, "calcRADecSearchBox failed sanity check"
in astlib/astCoords.py
. This syntax is invalid on Python 3.x.
The attached patch fixes this.
Bug report in Debian: https://bugs.debian.org/866542
Thanks a lot - this should be fixed in 0.9.2.