mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 10:16:55 +08:00
Added initial msgpack.
This commit is contained in:
@@ -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
@@ -1,4 +1,4 @@
|
||||
#import msgpack
|
||||
import msgpack
|
||||
#import ujson
|
||||
#import ultrajson_numpy
|
||||
|
||||
|
||||
@@ -104,6 +104,8 @@ class SimulatorTestCase(object):
|
||||
sim.register_controller( con )
|
||||
sim.register_components([ret1, ret2, client])
|
||||
|
||||
assert False
|
||||
|
||||
# Simulation
|
||||
# ----------
|
||||
sim.simulate()
|
||||
|
||||
Reference in New Issue
Block a user