Skip to content

Commit c9f2d8b

Browse files
committed
gpython: blank-import gpython/modules
Fixes #161.
1 parent 727b7c4 commit c9f2d8b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

main.go

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ package main
99
import (
1010
"flag"
1111
"fmt"
12+
"log"
13+
"os"
1214
"runtime"
1315
"runtime/pprof"
1416

17+
_ "github.com/go-python/gpython/modules"
18+
"github.com/go-python/gpython/py"
1519
"github.com/go-python/gpython/repl"
1620
"github.com/go-python/gpython/repl/cli"
17-
18-
"log"
19-
"os"
20-
21-
"github.com/go-python/gpython/py"
2221
)
2322

2423
// Globals

0 commit comments

Comments
 (0)