Prechádzať zdrojové kódy

bugfix: ConnHandler was inheriting from object instead of ConnHandlerBase

digital 7 rokov pred
rodič
commit
a88a863973
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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