mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Added ImportError.
This commit is contained in:
parent
86d8e63433
commit
85fc392b9e
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ void err_clear PROTO((void));
|
|||
extern object *AttributeError;
|
||||
extern object *EOFError;
|
||||
extern object *IOError;
|
||||
extern object *ImportError;
|
||||
extern object *IndexError;
|
||||
extern object *KeyError;
|
||||
extern object *KeyboardInterrupt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue