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