Sfoglia il codice sorgente

bugfix: ConnHandler was inheriting from object instead of ConnHandlerBase

digital 7 anni fa
parent
commit
a88a863973
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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