format fixes

svn: r6108
This commit is contained in:
Don Allingham
2006-03-09 03:07:41 +00:00
parent e5847754d1
commit b6a023b6a1
4 changed files with 21 additions and 9 deletions

View File

@@ -2622,7 +2622,7 @@ class FilterWidget:
for f in default_filters:
all = GenericFilter()
rule = f[0](f[1])
print rule
#print rule
all.set_name( rule.name)
all.add_rule( rule)
filter_list.append(all)