Skip to content

Commit 0d2e203

Browse files
committed
Fix windows build error
1 parent 32bff21 commit 0d2e203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/src/stdlib/msvcrt.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ pub use msvcrt::*;
22

33
#[pymodule]
44
mod msvcrt {
5-
use super::os::errno_err;
65
use crate::{
76
builtins::{PyBytes, PyStrRef},
8-
suppress_iph, PyObjectRef, PyRef, PyResult, VirtualMachine,
7+
stdlib::os::errno_err,
8+
suppress_iph, PyRef, PyResult, VirtualMachine,
99
};
1010
use itertools::Itertools;
1111
use winapi::{

0 commit comments

Comments
 (0)