From 9c068f0d456ea648bbb8450443753f017817f439 Mon Sep 17 00:00:00 2001 From: Benedek Racz Date: Tue, 4 Feb 2020 12:02:00 +0100 Subject: [PATCH] ok both 2 --- wexpect/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wexpect/host.py b/wexpect/host.py index f6576be..21d8bc5 100644 --- a/wexpect/host.py +++ b/wexpect/host.py @@ -76,7 +76,7 @@ import signal import socket import logging -import windll +from ctypes import windll import pywintypes import win32process import win32con