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

@ -384,7 +384,7 @@ run_inspect(void)
sts = PyRun_AnyFile(stdin, "<stdin>") != 0;
return sts;
}
/*
** Import the macfsn module, which will override the Standard File
** calls in the macfs builtin module by Navigation Services versions,
@ -405,6 +405,7 @@ PyMac_InstallNavServicesForSF(void)
else {
PySys_WriteStderr("use -v for traceback\n");
}
PyErr_Clear();
}
}
}