removed zmq from requirements files.

This commit is contained in:
fawce
2012-09-08 23:24:53 -04:00
parent 81718011df
commit 96e5801cf8
3 changed files with 1 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from collections import MutableMapping
def Enum(*options):
"""
Fast enums are very important when we want really tight zmq
Fast enums are very important when we want really tight
loops. These are probably going to evolve into pure C structs
anyways so might as well get going on that.
"""