We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db2137 commit 739246dCopy full SHA for 739246d
compile/legacy.go
@@ -11,8 +11,8 @@ import (
11
"os/exec"
12
"strings"
13
14
- "github.com/go-python/gpython/marshal"
15
"github.com/go-python/gpython/py"
+ "github.com/go-python/gpython/stdlib/marshal"
16
)
17
18
// Compile with python3.4 - not used any more but keep for the moment!
marshal/marshal.go renamed to stdlib/marshal/marshal.go
stdlib/stdlib.go
@@ -14,8 +14,8 @@ import (
"sync"
19
"github.com/go-python/gpython/vm"
20
21
_ "github.com/go-python/gpython/stdlib/builtin"
0 commit comments