Got rid of Py_FatalError calls.

This commit is contained in:
Jack Jansen 2000-09-08 10:21:44 +00:00
parent 65c3ee0f66
commit fa1e27d8d2
5 changed files with 6 additions and 12 deletions

View file

@ -461,8 +461,5 @@ initPrinting()
/* XXXX Add constants here */
/* Check for errors */
if (PyErr_Occurred())
Py_FatalError("can't initialize module Printing");
}