mirror of
https://github.com/python/cpython.git
synced 2026-03-02 19:10:46 +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 @@
|
|||
except ImportError:
|
||||
raise test_support.TestSkipped, "posix is not available"
|
||||
|
||||
import errno
|
||||
import time
|
||||
import os
|
||||
import pwd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue