瀏覽代碼

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")