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

@@ -2336,6 +2336,7 @@ class GenericFilterList:
f.write('<filters>\n')
for namespace in self.filter_list:
f.write('<object "%s">\n' % "person")
print namespace
for i in namespace:
f.write(' <filter name="%s"' % self.fix(i.get_name()))
if i.get_invert():