We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6b14e commit 8a11199Copy full SHA for 8a11199
esm/exports.js
@@ -1,7 +1,7 @@
1
// this file simply exports enough stuff to allow
2
// 3rd party libraries, including PyScript, to work
3
import { buffered } from './interpreter/_io.js';
4
-import { loadProgress } from './interpreter/_utils.js';
+import { loadProgress } from './interpreter/_python.js';
5
export { buffered, loadProgress };
6
export * from './index.js';
7
export * from './script-handler.js';
0 commit comments