| commit | 6e2d1c7ab83eef723176861ac2bc0732f10ba1ca | [log] [tgz] |
|---|---|---|
| author | Neal Norwitz <nnorwitz@gmail.com> | Fri Feb 28 17:39:42 2003 +0000 |
| committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Feb 28 17:39:42 2003 +0000 |
| tree | 691607e446c758fe6ae911b3dc527c630a886e7d | |
| parent | 2c92c6e1f4a4b1b39516769ec49ca6964f08c9e4 [diff] |
Just pointed out the code was better written with
try: # ...
except ImportError, why:
except: # ...
All other changes are re-indenting/formatting.