Skip to content

Commit 7d04f50

Browse files
committed
add os to stdlib.go
1 parent 4de4ddf commit 7d04f50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/stdlib.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import (
2020

2121
_ "github.com/go-python/gpython/stdlib/builtin"
2222
_ "github.com/go-python/gpython/stdlib/math"
23+
_ "github.com/go-python/gpython/stdlib/os"
2324
_ "github.com/go-python/gpython/stdlib/sys"
2425
_ "github.com/go-python/gpython/stdlib/time"
2526
)

0 commit comments

Comments
 (0)