mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-26 01:43:29 +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 = ''
|
logprefix = ''
|
||||||
verbose = 0
|
verbose = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user