Remove old component.py

This commit is contained in:
Stephen Diehl
2012-05-14 10:20:04 -04:00
parent ca60d3f8e0
commit 6df73110ff
3 changed files with 9 additions and 566 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from zipline.core import Component
import zipline.protocol as zp
from zipline.protocol import CONTROL_PROTOCOL, COMPONENT_TYPE, \
COMPONENT_STATE, CONTROL_FRAME, CONTROL_UNFRAME
CONTROL_FRAME, CONTROL_UNFRAME
LOGGER = logging.getLogger('ZiplineLogger')