Start of migrating tools to Managed Windows

svn: r6294
This commit is contained in:
Don Allingham
2006-04-09 22:53:53 +00:00
parent 4cc621cc56
commit fb27b07fc1
25 changed files with 312 additions and 468 deletions

View File

@@ -148,7 +148,6 @@ class GenChart:
def display(self):
index = 0
for i in self.array:
print "%04d" % index,i
index=index+1
def not_blank(self,line):