--- a/sbsv2/raptor/bin/sbs_filter Sun Jan 17 20:52:46 2010 +0000
+++ b/sbsv2/raptor/bin/sbs_filter Sun Jan 17 22:11:50 2010 +0000
@@ -78,7 +78,6 @@
FILTER_START="$SBS_HOME/bin/sbs_filter.py"
-STATE=0
if [ -e "$FILTER_START" ]; then
# run the source version
${__PYTHON__} "$FILTER_START" "$@"
--- 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