del missing error ref

This commit is contained in:
Damien Elmes 2008-11-21 13:08:24 +09:00
parent eff388974b
commit f49459fdfb

View file

@ -14,7 +14,7 @@ import tempfile, time, os, random, sys, re, stat, shutil, types
from anki.db import * from anki.db import *
from anki.lang import _ from anki.lang import _
from anki.errors import DeckAccessError, DeckWrongFormatError from anki.errors import DeckAccessError
from anki.stdmodels import BasicModel from anki.stdmodels import BasicModel
from anki.utils import parseTags, tidyHTML, genID, ids2str, hexifyID, canonifyTags from anki.utils import parseTags, tidyHTML, genID, ids2str, hexifyID, canonifyTags
from anki.history import CardHistoryEntry from anki.history import CardHistoryEntry