removed headerLen completely, use len(self.info)+1 instead

This commit is contained in:
Martin Diehl 2012-03-09 14:18:48 +00:00
parent bd9667bd4b
commit 3f1c16e079
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ class ASCIItable():
'validReadSize': 0,
'dataStart': 0,
}
self.headerLen = 0
self.info = []
self.labels = []
self.data = []