eliminated special handling for non-blocking components.

This commit is contained in:
fawce
2012-04-16 12:06:39 -04:00
parent 02d7f0a4c8
commit bd616a9ec0
3 changed files with 5 additions and 52 deletions
-7
View File
@@ -503,13 +503,6 @@ class Component(object):
"""
raise NotImplementedError
@property
def is_blocking(self):
"""
True if a zipline be held open for this component.
"""
return False
@property
def get_pure(self):