Added initial msgpack.

This commit is contained in:
Stephen Diehl
2012-02-24 12:55:39 -05:00
parent ffc2e34334
commit 4aad3a2f93
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
#zeromq related
pyzmq==2.1.11
gevent-zeromq==0.2.2
msgpack-python==0.1.12
humanhash==0.0.1
+1 -1
View File
@@ -1,4 +1,4 @@
#import msgpack
import msgpack
#import ujson
#import ultrajson_numpy
+2
View File
@@ -104,6 +104,8 @@ class SimulatorTestCase(object):
sim.register_controller( con )
sim.register_components([ret1, ret2, client])
assert False
# Simulation
# ----------
sim.simulate()