# HG changeset patch # User timothy.murphy@nokia.com # Date 1263766310 0 # Node ID dc823469fda215b96eeffe1dfa5b91d651357b36 # Parent e898967975afd7cee08d3b8e974900c3e3092fe8 remove fluff diff -r e898967975af -r dc823469fda2 sbsv2/raptor/bin/sbs_filter --- 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" "$@" diff -r e898967975af -r dc823469fda2 sbsv2/raptor/python/plugins/filter_what.py --- 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