Browse Source

fix loading obfs plugin on py3

dev
BreakWa11 9 years ago
parent
commit
962a05f137
  1. 1
      shadowsocks/obfs.py

1
shadowsocks/obfs.py

@ -39,6 +39,7 @@ class server_info(object):
class obfs(object):
def __init__(self, method):
method = common.to_str(method)
self.method = method
self._method_info = self.get_method_info(method)
if self._method_info:

Loading…
Cancel
Save