Just pointed out the code was better written with
        try: # ...
        except ImportError, why:
        except: # ...
All other changes are re-indenting/formatting.
1 file changed