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 6c1900d commit 3ea9028Copy full SHA for 3ea9028
stdlib/stdlib.go
@@ -18,11 +18,11 @@ import (
18
"github.com/go-python/gpython/py"
19
"github.com/go-python/gpython/vm"
20
21
- _ "github.com/go-python/gpython/builtin"
22
- _ "github.com/go-python/gpython/math"
23
- _ "github.com/go-python/gpython/os"
24
- _ "github.com/go-python/gpython/sys"
25
- _ "github.com/go-python/gpython/time"
+ _ "github.com/go-python/gpython/stdlib/builtin"
+ _ "github.com/go-python/gpython/stdlib/math"
+ _ "github.com/go-python/gpython/stdlib/os"
+ _ "github.com/go-python/gpython/stdlib/sys"
+ _ "github.com/go-python/gpython/stdlib/time"
26
)
27
28
func init() {
0 commit comments