Remove all namedicts.

This commit is contained in:
Stephen Diehl
2012-05-14 11:35:43 -04:00
parent f8401dc88e
commit e04415e63f
13 changed files with 58 additions and 60 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class DataSource(Component):
"""
Emit data.
"""
assert isinstance(event, zp.namedict)
assert isinstance(event, zp.ndict)
event['source_id'] = self.get_id
event['type'] = self.get_type
+1 -1
View File
@@ -57,7 +57,7 @@ class Merge(Feed):
def append(self, event):
"""
:param event: a namedict with one entry. key is the name of the
:param event: a ndict with one entry. key is the name of the
transform, value is the transformed value.
Add an event to the buffer for the source specified by
source_id.