mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Convert some old-style string exceptions to class exceptions.
This commit is contained in:
parent
f28b898f13
commit
b65b006595
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,8 @@ import rgbimg, os, uu
|
|||
|
||||
from test_support import verbose, unlink, findfile
|
||||
|
||||
error = 'test_rgbimg.error'
|
||||
class error(Exception):
|
||||
pass
|
||||
|
||||
print 'RGBimg test suite:'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue