mirror of
https://github.com/arsenetar/dupeguru-cocoa.git
synced 2026-03-13 19:11:39 +00:00
Fix some deprecation warnings update submodules
This commit is contained in:
@@ -23,7 +23,6 @@ int main(int argc, char *argv[])
|
||||
Py_SetPath(wPythonPath);
|
||||
Py_SetPythonHome(wPythonPath);
|
||||
Py_Initialize();
|
||||
PyEval_InitThreads();
|
||||
PyGILState_STATE gilState = PyGILState_Ensure();
|
||||
FILE* fp = fopen([mainpy UTF8String], "r");
|
||||
PyRun_SimpleFile(fp, [mainpy UTF8String]);
|
||||
|
||||
Reference in New Issue
Block a user