allow HTML in mnemosyne import (#774)

This commit is contained in:
Damien Elmes 2013-04-11 13:28:30 +09:00
parent bf1af126b0
commit e8e1bd9550

View File

@ -12,6 +12,7 @@ class MnemosyneImporter(NoteImporter):
needMapper = False
update = False
allowHTML = True
def run(self):
db = DB(self.file)