Skip to content

Commit bd38374

Browse files
committed
added os.extsep
1 parent b26b2eb commit bd38374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

os/os.module.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ func init() {
5353
"name": getname(),
5454
"curdir": py.String("."),
5555
"pardir": py.String(".."),
56+
"extsep": py.String("."),
5657
}
5758

5859
py.RegisterModule(&py.ModuleImpl{

0 commit comments

Comments
 (0)