Skip to content

Commit 96bfd77

Browse files
committed
Remove importlib as too ambitious right now
1 parent 45034ef commit 96bfd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"flag"
77
"fmt"
88
_ "github.com/ncw/gpython/builtin"
9-
_ "github.com/ncw/gpython/importlib"
9+
//_ "github.com/ncw/gpython/importlib"
1010
"github.com/ncw/gpython/marshal"
1111
"github.com/ncw/gpython/py"
1212
"github.com/ncw/gpython/vm"

0 commit comments

Comments
 (0)