From 73bfbb7f24bdb7973ae144a8b2c2930ed661a592 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 27 Aug 2012 12:06:17 +0900 Subject: [PATCH] make sure _ is defined in hint.py --- anki/template/hint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anki/template/hint.py b/anki/template/hint.py index 05ea51e15..586975217 100644 --- a/anki/template/hint.py +++ b/anki/template/hint.py @@ -4,6 +4,7 @@ import re from anki.hooks import addHook +from anki.lang import _ def hint(txt, extra, context, tag, fullname): if not txt.strip():