Merge branch 'new_world_order' of github.com:quantopian/zipline into new_world_order

This commit is contained in:
fawce
2012-08-07 15:42:41 -04:00
+1 -1
View File
@@ -184,7 +184,7 @@ class EventWindow:
if self.market_aware:
self.drop_condition = self.out_of_market_window
else:
self.drop_condition = self.out_of_timedelta
self.drop_condition = self.out_of_delta
@abstractmethod
def handle_add(self, event):