diff -r be27ed110b50 -r d8ac696cc51f buildframework/helium/tools/common/python/scripts/sbsscanlog.py --- a/buildframework/helium/tools/common/python/scripts/sbsscanlog.py Wed Oct 28 14:39:48 2009 +0000 +++ b/buildframework/helium/tools/common/python/scripts/sbsscanlog.py Wed Dec 23 19:29:07 2009 +0200 @@ -1,5 +1,5 @@ #============================================================================ -#Name : filter_heliumlog.py +#Name : sbsscanlog.py #Part of : Helium #Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). @@ -101,7 +101,9 @@ rc = rc + node.data return rc -class SBSScanlog(): +class SBSScanlog(object): + """parses the raptor logs and separates the info out into HTML and XML logs for writing to diamonds + and other logs""" def initialize(self, logFile): """Initialize helium log filter""" #try: