MAINT: Removed unused ExceptionSource

No longer used since our lazy data access changes.
This commit is contained in:
Richard Frank
2016-06-15 10:43:20 -04:00
parent 4c2f0e86eb
commit 3d7f63f8c1
2 changed files with 0 additions and 19 deletions
-1
View File
@@ -1,6 +1,5 @@
from .core import ( # noqa
EPOCH,
ExceptionSource,
ExplodingObject,
FakeDataPortal,
FetcherDataPortal,
-18
View File
@@ -170,24 +170,6 @@ def assert_single_position(test, zipline):
return output, transaction_count
class ExceptionSource(object):
def __init__(self):
pass
def get_hash(self):
return "ExceptionSource"
def __iter__(self):
return self
def next(self):
5 / 0
def __next__(self):
5 / 0
@contextmanager
def security_list_copy():
old_dir = security_list.SECURITY_LISTS_DIR