make sure _ is defined in hint.py

This commit is contained in:
Damien Elmes 2012-08-27 12:06:17 +09:00
parent 6d54a43060
commit 73bfbb7f24

View file

@ -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():