Skip to content

Commit b215185

Browse files
committed
Fixes import_tests pyodide import.
1 parent 9b0cab5 commit b215185

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/import_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from pathlib import Path
22

3-
from pyodide_build.io import MetaConfig
4-
3+
from pyodide_build.recipe.spec import MetaConfig
54

65
def gen(packages: list[str], packages_dir: Path = Path("packages")) -> dict[str, list[str]]:
76
res = {}

0 commit comments

Comments
 (0)