Refactor lots of things.

This commit is contained in:
Stephen Diehl
2012-05-14 10:57:40 -04:00
parent 6df73110ff
commit 8b95aebcf2
16 changed files with 61 additions and 47 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Commonly used messaging components.
import logging
import zipline.protocol as zp
from zipline.component import Component
from zipline.core.component import Component
from zipline.protocol import COMPONENT_TYPE
LOGGER = logging.getLogger('ZiplineLogger')