Let's make imports simple

This commit is contained in:
Justine Tunney 2021-08-17 00:05:58 -07:00
parent 3d0347e26e
commit 214e3a68a9
5 changed files with 21 additions and 189 deletions

View file

@ -305,7 +305,8 @@ import_init(PyInterpreterState *interp, PyObject *sysmod)
Py_DECREF(value);
Py_DECREF(impmod);
_PyImportZip_Init();
/* just add zip!.python/ to sys.path */
/* _PyImportZip_Init(); */
}