mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Issue #12400: Add missing import (os) to test_kqueue
This commit is contained in:
parent
bddc4d4607
commit
125b2ba41e
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
"""
|
"""
|
||||||
Tests for kqueue wrapper.
|
Tests for kqueue wrapper.
|
||||||
"""
|
"""
|
||||||
import socket
|
|
||||||
import errno
|
import errno
|
||||||
import time
|
import os
|
||||||
import select
|
import select
|
||||||
|
import socket
|
||||||
import sys
|
import sys
|
||||||
|
import time
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from test import support
|
from test import support
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue