mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
Add missing import of errno.
This commit is contained in:
parent
36db84d3db
commit
200888fea3
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
raise test_support.TestSkipped, "posix is not available"
|
raise test_support.TestSkipped, "posix is not available"
|
||||||
|
|
||||||
|
import errno
|
||||||
import time
|
import time
|
||||||
import os
|
import os
|
||||||
import pwd
|
import pwd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue