sbsv2/raptor/python/plugins/filter_what.py
branchwip
changeset 125 dc823469fda2
parent 117 ecf683438dc6
child 198 53dd6a549481
--- a/sbsv2/raptor/python/plugins/filter_what.py	Sun Jan 17 20:52:46 2010 +0000
+++ b/sbsv2/raptor/python/plugins/filter_what.py	Sun Jan 17 22:11:50 2010 +0000
@@ -23,7 +23,7 @@
 class FilterWhat(filter_interface.Filter):
 
 	def __init__(self):
-		super(filter_interface.Filter,self).__init__(self)
+		super(filter_interface.Filter,self).__init__()
 		self.path_prefix_to_strip = None
 		self.path_prefix_to_add_on = None