Fix open in new make_module

This commit is contained in:
coolreader18
2019-02-22 22:59:15 -06:00
parent 955d0b3a91
commit 7fa0a0cee3

View File

@@ -749,7 +749,6 @@ pub fn make_module(ctx: &PyContext) -> PyObjectRef {
"min" => ctx.new_rustfunc(builtin_min),
"object" => ctx.object(),
"oct" => ctx.new_rustfunc(builtin_oct),
"open" => ctx.new_rustfunc(io_open),
"ord" => ctx.new_rustfunc(builtin_ord),
"next" => ctx.new_rustfunc(builtin_next),
"pow" => ctx.new_rustfunc(builtin_pow),