* src/filters/*: removed

* src/plugins/WritePkg.py: brought up to date


svn: r3205
This commit is contained in:
Don Allingham
2004-06-12 04:39:45 +00:00
parent f0ca1ecf13
commit 02a0fc3072
35 changed files with 64 additions and 2044 deletions

View File

@ -82,7 +82,6 @@ class EventEditor:
for v in elist:
values[v] = 1
for v in self.db.get_eventnames():
print v
values[v] = 1
self.elist = values.keys()