Skip to content

Commit 0d9a066

Browse files
committed
Add sys.meta_path
1 parent f214588 commit 0d9a066

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vm/src/sysmodule.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ settrace() -- set the global debug tracing function
242242
"modules" => modules.clone(),
243243
"warnoptions" => ctx.new_list(vec![]),
244244
"platform" => ctx.new_str(platform),
245+
"meta_path" => ctx.new_list(vec![]),
245246
});
246247

247248
modules.set_item("sys", module.clone(), vm).unwrap();

0 commit comments

Comments
 (0)