Remove previous change to skip old_database bibles

This commit is contained in:
Stevan Pettit 2011-06-09 22:55:43 -04:00
parent 729f38f158
commit f0dde73530

View File

@ -147,7 +147,6 @@ class BibleManager(object):
self.db_cache = {} self.db_cache = {}
self.old_bible_databases = [] self.old_bible_databases = []
for filename in files: for filename in files:
if not filename.startswith(u'old_database_'):
bible = BibleDB(self.parent, path=self.path, file=filename) bible = BibleDB(self.parent, path=self.path, file=filename)
name = bible.get_name() name = bible.get_name()
# Remove corrupted files. # Remove corrupted files.