We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de4ddf commit 7d04f50Copy full SHA for 7d04f50
stdlib/stdlib.go
@@ -20,6 +20,7 @@ import (
20
21
_ "github.com/go-python/gpython/stdlib/builtin"
22
_ "github.com/go-python/gpython/stdlib/math"
23
+ _ "github.com/go-python/gpython/stdlib/os"
24
_ "github.com/go-python/gpython/stdlib/sys"
25
_ "github.com/go-python/gpython/stdlib/time"
26
)
0 commit comments