]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added ImportError.
authorGuido van Rossum <guido@python.org>
Tue, 24 Dec 1991 13:26:33 +0000 (13:26 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 24 Dec 1991 13:26:33 +0000 (13:26 +0000)
Include/errors.h
Include/pyerrors.h

index b6735a7550dd42e55011892ed22428822d913cbf..ce00e3e9c1558b3d19882e64b765e691374a9e50 100755 (executable)
@@ -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;
index b6735a7550dd42e55011892ed22428822d913cbf..ce00e3e9c1558b3d19882e64b765e691374a9e50 100644 (file)
@@ -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;