Skip to content

Commit 8a11199

Browse files
committed
Amend on the previous export
1 parent fb6b14e commit 8a11199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esm/exports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// this file simply exports enough stuff to allow
22
// 3rd party libraries, including PyScript, to work
33
import { buffered } from './interpreter/_io.js';
4-
import { loadProgress } from './interpreter/_utils.js';
4+
import { loadProgress } from './interpreter/_python.js';
55
export { buffered, loadProgress };
66
export * from './index.js';
77
export * from './script-handler.js';

0 commit comments

Comments
 (0)