Browse Source

fixed minor issues

digital 8 năm trước cách đây
mục cha
commit
c279dbd082
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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")