From 8df69331a46297d46ffb4afd8e430843214b8afe Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 1 Jul 2012 12:31:11 +0900 Subject: [PATCH] fix help in importing --- aqt/importing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/importing.py b/aqt/importing.py index 44feac846..a63ffc878 100644 --- a/aqt/importing.py +++ b/aqt/importing.py @@ -5,7 +5,7 @@ import os, copy, time, sys, re, traceback from aqt.qt import * import anki import anki.importing as importing -from aqt.utils import getOnlyText, getFile, showText, showWarning +from aqt.utils import getOnlyText, getFile, showText, showWarning, openHelp from anki.errors import * from anki.hooks import addHook, remHook import aqt.forms, aqt.modelchooser, aqt.deckchooser