Browse Source

fixed mylibnetwork import, no idea how it got there

digital 8 years ago
parent
commit
5c668f1707
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server.py

+ 1 - 1
server.py

@@ -25,7 +25,7 @@ import logging
 import logging.config
 import logging.config
 import logging.handlers
 import logging.handlers
 import sys
 import sys
-import mylibnetwork
+# import mylibnetwork
 import threading
 import threading
 import socket
 import socket
 import traceback
 import traceback