Skip to content

Commit a5a31da

Browse files
authored
Merge pull request #8 from cloudflare/dominik/fix-import-tests
Fixes import_tests pyodide import.
2 parents 9b0cab5 + b215185 commit a5a31da

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)