diff -r e26b09d36de0 -r 6209aeff0f73 sbsv2/raptor/bin/sbs_filter.py --- a/sbsv2/raptor/bin/sbs_filter.py Fri May 28 15:15:09 2010 +0100 +++ b/sbsv2/raptor/bin/sbs_filter.py Thu Jun 03 16:34:48 2010 +0100 @@ -46,7 +46,7 @@ sys.exit(1) # construct a Raptor object from our command-line (less the name of this script) -the_raptor = raptor.Raptor.CreateCommandlineBuild(sys.argv[1:]) +the_raptor = raptor.Raptor.CreateCommandlineAnalysis(sys.argv[1:]) # from Raptor.OpenLog() try: