Commit f9e3c238 authored by Andreas Jung's avatar Andreas Jung

final fix for nasty import problem

parent f0d49cff
......@@ -84,9 +84,7 @@
##############################################################################
import sys,os
sys.path.append(os.path.join(__path__[0],"medusa/test"))
import max_sockets
from medusa.test import max_sockets
CONNECTION_LIMIT=max_sockets.max_select_sockets()
......
......@@ -84,9 +84,7 @@
##############################################################################
import sys,os
sys.path.append(os.path.join(__path__[0],"medusa/test"))
import max_sockets
from medusa.test import max_sockets
CONNECTION_LIMIT=max_sockets.max_select_sockets()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment