Skip to content

Commit e67208a

Browse files
brianmayapenwarr
authored andcommitted
helpers.py: errno is used by this module, but not imported.
1 parent 7859be1 commit e67208a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import sys, os, socket
1+
import sys, os, socket, errno
22

33
logprefix = ''
44
verbose = 0

0 commit comments

Comments
 (0)