Skip to content

Commit 1127628

Browse files
committed
Added missing "import socket" per bug report #681511
1 parent f22c732 commit 1127628

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Xlib/protocol/display.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: display.py,v 1.22 2006-07-19 19:16:54 mggrant Exp $
1+
# $Id: display.py,v 1.23 2006-07-19 21:51:03 mggrant Exp $
22
# -*- coding: latin-1 -*-
33
#
44
# Xlib.protocol.display -- core display communication
@@ -24,6 +24,7 @@
2424
import select
2525
import struct
2626
import errno
27+
import socket
2728

2829
# Xlib modules
2930
from Xlib import error

0 commit comments

Comments
 (0)