Don't add notes etc on import into temp dictionary used for diff and sync

This commit is contained in:
Doug Blank 2013-11-16 14:13:12 -05:00
parent 3999cd2e70
commit e0de21041c

View File

@ -175,6 +175,7 @@ def import_as_dict(filename, user=None):
if user is None:
user = User()
db = DictionaryDb()
db.set_feature("skip-import-additions", True)
dbstate = DbState()
climanager = CLIManager(dbstate, setloader=False, user=user)
climanager.do_reg_plugins(dbstate, None)