fix loading obfs plugin on py3

This commit is contained in:
BreakWa11 2016-04-11 09:37:42 +08:00
parent 14edb58281
commit 962a05f137

View file

@ -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: