Make the icon colors list private

This commit is contained in:
Marco Pesenti Gritti
2007-02-07 16:55:22 +01:00
parent 292c648612
commit c44084df09
5 changed files with 566 additions and 585 deletions
+2
View File
@@ -54,6 +54,8 @@ class _DefaultFileList(list):
class _ManifestFileList(list):
def __init__(self):
self.append('MANIFEST')
f = open('MANIFEST','r')
for line in f.readlines():
self.append(line[:-1])