Failing to import macfsn is not a fatal error.

This commit is contained in:
Jack Jansen 2001-09-11 11:29:31 +00:00
parent cf0319326a
commit 6438e1d280

View file

@ -405,6 +405,7 @@ PyMac_InstallNavServicesForSF(void)
else {
PySys_WriteStderr("use -v for traceback\n");
}
PyErr_Clear();
}
}
}