From f49459fdfb3405d60053109bcec540d77b911890 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 21 Nov 2008 13:08:24 +0900 Subject: [PATCH] del missing error ref --- anki/deck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/deck.py b/anki/deck.py index 9834be71c..92e86314f 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -14,7 +14,7 @@ import tempfile, time, os, random, sys, re, stat, shutil, types from anki.db import * from anki.lang import _ -from anki.errors import DeckAccessError, DeckWrongFormatError +from anki.errors import DeckAccessError from anki.stdmodels import BasicModel from anki.utils import parseTags, tidyHTML, genID, ids2str, hexifyID, canonifyTags from anki.history import CardHistoryEntry