]> granicus.if.org Git - python/commit
Just pointed out the code was better written with
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 28 Feb 2003 17:39:42 +0000 (17:39 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 28 Feb 2003 17:39:42 +0000 (17:39 +0000)
commit6e2d1c7ab83eef723176861ac2bc0732f10ba1ca
tree691607e446c758fe6ae911b3dc527c630a886e7d
parent2c92c6e1f4a4b1b39516769ec49ca6964f08c9e4
Just pointed out the code was better written with
        try: # ...
        except ImportError, why:
        except: # ...
All other changes are re-indenting/formatting.
setup.py