mirror of https://github.com/pyodide/pyodide.git
Try importing importlib.machinery in a different way
This commit is contained in:
parent
b7527b2351
commit
2067c1c302
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
import importlib
|
||||
import importlib.machinery
|
||||
import json
|
||||
import os
|
||||
import re
|
||||
|
|
Loading…
Reference in New Issue