mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-25 17:33:15 +01:00
helpers.py: errno is used by this module, but not imported.
This commit is contained in:
parent
7859be13c2
commit
e67208a294
@ -1,4 +1,4 @@
|
||||
import sys, os, socket
|
||||
import sys, os, socket, errno
|
||||
|
||||
logprefix = ''
|
||||
verbose = 0
|
||||
|
Loading…
Reference in New Issue
Block a user