commit | 85fc392b9e73998bbc1e983fc70068be2a2cacd0 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 24 13:26:33 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 24 13:26:33 1991 +0000 |
tree | 565e2a5b6c7329873577a352ca7fbab3c8db6f8c | |
parent | 86d8e634337c3e4b36c504d16e6ff8d1a5fd89f5 [diff] [blame] |
Added ImportError.
diff --git a/Include/errors.h b/Include/errors.h index b6735a7..ce00e3e 100755 --- a/Include/errors.h +++ b/Include/errors.h
@@ -36,6 +36,7 @@ extern object *AttributeError; extern object *EOFError; extern object *IOError; +extern object *ImportError; extern object *IndexError; extern object *KeyError; extern object *KeyboardInterrupt;