Fix for dunno bugz0rs.

This commit is contained in:
Jeremy Fincher 2004-08-25 22:22:46 +00:00
parent 85355f5da7
commit 1d3a332769

View File

@ -67,7 +67,7 @@ class DbiDunnoDB(object):
__fields__ = [
'at',
'by',
('text', (str, '')),
'text',
]
def __init__(self):
self.filenames = sets.Set()