Commit 125b2ba4 authored by Victor Stinner's avatar Victor Stinner

Issue #12400: Add missing import (os) to test_kqueue

parent bddc4d46
"""
Tests for kqueue wrapper.
"""
import socket
import errno
import time
import os
import select
import socket
import sys
import time
import unittest
from test import support
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment