pychecker and docstring fixes

This commit is contained in:
Thomas Vander Stichele
2009-05-23 07:49:48 +00:00
parent 80475df042
commit 5f63551816
3 changed files with 17 additions and 5 deletions

View File

@@ -92,9 +92,13 @@ class TocFile(object, log.Loggable):
self.table = table.Table()
def parse(self):
state = 'HEADER'
# these two objects start as None then get set as real objects,
# so no need to complain about them here
__pychecker__ = 'no-objattrs'
currentFile = None
currentTrack = None
state = 'HEADER'
counter = 0
trackNumber = 0
indexNumber = 0