SIGN IN SIGN UP

Just pointed out the code was better written with

try: # ...
        except ImportError, why:
        except: # ...
All other changes are re-indenting/formatting.
N
Neal Norwitz committed
6e2d1c7ab83eef723176861ac2bc0732f10ba1ca
Parent: 2c92c6e