added a fake window_length to be compatible

with transform protocol
This commit is contained in:
fawce
2013-05-01 22:42:17 -04:00
parent 59dcf0f6cd
commit 4ed0250424
+1
View File
@@ -141,6 +141,7 @@ class ExceptionSource(object):
class ExceptionTransform(object):
def __init__(self):
self.window_length = 1
pass
def get_hash(self):