Merge commit 'a47be21f9fa69ddf8d888ff9e3c75cdfc9e31c00'

* commit 'a47be21f9fa69ddf8d888ff9e3c75cdfc9e31c00':
  Added unit tests for websocket and websocketproxy
This commit is contained in:
Peter Åstrand (astrand)
2013-11-28 09:32:49 +01:00
4 changed files with 358 additions and 18 deletions
+1
View File
@@ -59,6 +59,7 @@ for mod, msg in [('numpy', 'HyBi protocol will be slower'),
except ImportError:
globals()[mod] = None
print("WARNING: no '%s' module, %s" % (mod, msg))
if multiprocessing and sys.platform == 'win32':
# make sockets pickle-able/inheritable
import multiprocessing.reduction