mirror of https://github.com/python/cpython
Add missing import of errno.
This commit is contained in:
parent
36db84d3db
commit
200888fea3
|
@ -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…
Reference in New Issue