Explorar el Código

fixed minor issues

digital hace 8 años
padre
commit
c279dbd082
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      network/__init__.py

+ 3 - 0
network/__init__.py

@@ -27,6 +27,9 @@ import threading
 import time
 import traceback
 
+import blinker
+import curio
+
 lclient = logging.getLogger(__name__+".client")
 lserver = logging.getLogger(__name__+".server")
 lschat = logging.getLogger(__name__+".server.chat")