소스 검색

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