logic-o, forgot the self parameter.

This commit is contained in:
fawce
2012-03-21 16:29:30 -03:00
parent 061404d425
commit 7deec4a74c
+1 -1
View File
@@ -76,5 +76,5 @@ class NoopAlgorithm(object):
def handle_frame(self, frame):
pass
def get_sid_filter():
def get_sid_filter(self):
return None