Start of migrating tools to Managed Windows
svn: r6294
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user