summaryrefslogtreecommitdiffstats
path: root/sshuttle/helpers.py
diff options
context:
space:
mode:
authorJoshua Li <josh@jrl.ninja>2020-06-02 19:56:34 -0700
committerBrian May <brian@linuxpenguins.xyz>2020-06-03 14:30:37 +1000
commit9bcca27965a20e45c6f9b806fa982a8e363f44df (patch)
tree3398edb85451448eebf663590704a32926339af9 /sshuttle/helpers.py
parentd0f0aa9f17ad1786ac88457ca5b56222849ebe1a (diff)
reduce
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")