浏览代码

fixed minor issues

digital 8 年之前
父节点
当前提交
c279dbd082
共有 1 个文件被更改,包括 3 次插入0 次删除
  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")