Skip to content

Commit 38cad1d

Browse files
committed
add module to runtime.go
1 parent 2745900 commit 38cad1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/runtime.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import (
2020
_ "github.com/go-python/gpython/builtin"
2121
_ "github.com/go-python/gpython/json"
2222
_ "github.com/go-python/gpython/math"
23+
_ "github.com/go-python/gpython/os"
2324
_ "github.com/go-python/gpython/sys"
2425
_ "github.com/go-python/gpython/time"
2526
)

0 commit comments

Comments
 (0)