Fixes based off of pychecker results

svn: r539
This commit is contained in:
Don Allingham
2001-11-02 06:55:19 +00:00
parent e5b8e6e90a
commit 5b39f24e89
41 changed files with 1455 additions and 1377 deletions

View File

@ -97,8 +97,6 @@ class TableReport:
self.doc.close()
def write_table_data(self,data):
length = len(data)
self.doc.start_row()
for item in data:
self.doc.start_cell("data")
@ -110,7 +108,6 @@ class TableReport:
self.row = val + 2
def write_table_head(self,data):
length = len(data)
self.prev = 3
self.doc.start_row()