Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85fc392

Browse files
committed
Added ImportError.
1 parent 86d8e63 commit 85fc392

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Include/errors.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ void err_clear PROTO((void));
3636
extern object *AttributeError;
3737
extern object *EOFError;
3838
extern object *IOError;
39+
extern object *ImportError;
3940
extern object *IndexError;
4041
extern object *KeyError;
4142
extern object *KeyboardInterrupt;

Include/pyerrors.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ void err_clear PROTO((void));
3636
extern object *AttributeError;
3737
extern object *EOFError;
3838
extern object *IOError;
39+
extern object *ImportError;
3940
extern object *IndexError;
4041
extern object *KeyError;
4142
extern object *KeyboardInterrupt;

0 commit comments

Comments
 (0)