remove fluff wip
authortimothy.murphy@nokia.com
Sun, 17 Jan 2010 22:11:50 +0000
branchwip
changeset 125 dc823469fda2
parent 124 e898967975af
child 126 7309affc5a05
remove fluff
sbsv2/raptor/bin/sbs_filter
sbsv2/raptor/python/plugins/filter_what.py
--- 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