From 6e63bdfc7c2378c507b9e406d4768c01fbbd20eb Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 7 Jan 2009 18:49:12 +0900 Subject: [PATCH] make sure runHook is imported --- anki/deck.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anki/deck.py b/anki/deck.py index d4c2cdcd6..24601c4bc 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -23,6 +23,7 @@ from anki.fonts import toPlatformFont import anki.features from operator import itemgetter from itertools import groupby +from anki.hooks import runHook # ensure all the metadata in other files is loaded before proceeding import anki.models, anki.facts, anki.cards, anki.stats