Explorar o código

bugfix: ConnHandler was inheriting from object instead of ConnHandlerBase

digital %!s(int64=7) %!d(string=hai) anos
pai
achega
a88a863973
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      network/__init__.py

+ 1 - 1
network/__init__.py

@@ -106,7 +106,7 @@ class ConnHandlerBase(object):
             return False
 
 
-class ConnHandler(object):
+class ConnHandler(ConnHandlerBase):
     """
     More advanced connection handler than ConnectionHandlerBase. For
     instance, sends() takes a string and encodes it, recv() decodes