File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
11
11
"os/exec"
12
12
"strings"
13
13
14
- "github.com/go-python/gpython/marshal"
15
14
"github.com/go-python/gpython/py"
15
+ "github.com/go-python/gpython/stdlib/marshal"
16
16
)
17
17
18
18
// Compile with python3.4 - not used any more but keep for the moment!
File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
14
14
"strings"
15
15
"sync"
16
16
17
- "github.com/go-python/gpython/marshal"
18
17
"github.com/go-python/gpython/py"
18
+ "github.com/go-python/gpython/stdlib/marshal"
19
19
"github.com/go-python/gpython/vm"
20
20
21
21
_ "github.com/go-python/gpython/stdlib/builtin"
You can’t perform that action at this time.
0 commit comments