Added ImportError.
This commit is contained in:
parent
86d8e63433
commit
85fc392b9e
|
@ -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;
|
||||
|
|
|
@ -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…
Reference in New Issue