Skip to content

Commit 1e659f3

Browse files
committed
Skeleton sys module
1 parent 0dedea3 commit 1e659f3

File tree

2 files changed

+806
-0
lines changed

2 files changed

+806
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
"github.com/ncw/gpython/compile"
1111
"github.com/ncw/gpython/marshal"
1212
"github.com/ncw/gpython/py"
13+
_ "github.com/ncw/gpython/sys"
1314
_ "github.com/ncw/gpython/time"
1415
"github.com/ncw/gpython/vm"
1516
"io/ioutil"

0 commit comments

Comments
 (0)