Commit 6438e1d2 authored by Jack Jansen's avatar Jack Jansen

Failing to import macfsn is not a fatal error.

parent cf031932
......@@ -405,6 +405,7 @@ PyMac_InstallNavServicesForSF(void)
else {
PySys_WriteStderr("use -v for traceback\n");
}
PyErr_Clear();
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment