diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-28 17:39:42 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-28 17:39:42 (GMT) |
commit | 6e2d1c7ab83eef723176861ac2bc0732f10ba1ca (patch) | |
tree | 691607e446c758fe6ae911b3dc527c630a886e7d /Lib/test/regrtest.py | |
parent | 2c92c6e1f4a4b1b39516769ec49ca6964f08c9e4 (diff) | |
download | cpython-6e2d1c7ab83eef723176861ac2bc0732f10ba1ca.zip cpython-6e2d1c7ab83eef723176861ac2bc0732f10ba1ca.tar.gz cpython-6e2d1c7ab83eef723176861ac2bc0732f10ba1ca.tar.bz2 |
Just pointed out the code was better written with
try: # ...
except ImportError, why:
except: # ...
All other changes are re-indenting/formatting.
Diffstat (limited to 'Lib/test/regrtest.py')
0 files changed, 0 insertions, 0 deletions