1
1
mirror of https://github.com/sshuttle/sshuttle.git synced 2025-04-18 00:09:11 +02:00

helpers.py: errno is used by this module, but not imported.

This commit is contained in:
Brian May 2011-05-13 11:23:18 +10:00 committed by Avery Pennarun
parent 7859be13c2
commit e67208a294

View File

@ -1,4 +1,4 @@
import sys, os, socket
import sys, os, socket, errno
logprefix = ''
verbose = 0