summaryrefslogtreecommitdiffstats
path: root/sshuttle/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'sshuttle/helpers.py')
-rw-r--r--sshuttle/helpers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sshuttle/helpers.py b/sshuttle/helpers.py
index 6c8ab82..a62bea9 100644
--- a/sshuttle/helpers.py
+++ b/sshuttle/helpers.py
@@ -5,8 +5,6 @@ import errno
logprefix = ''
verbose = 0
-binary_type = bytes
-
def b(s):
return s.encode("ASCII")