From cc67fd398599cfc4e004e79b0e6fc285d208530e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 24 Mar 2009 07:55:16 +0900 Subject: [PATCH] fix version mismatch error --- ankiqt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/__init__.py b/ankiqt/__init__.py index e93916deb..e5f034a21 100644 --- a/ankiqt/__init__.py +++ b/ankiqt/__init__.py @@ -108,7 +108,7 @@ def run(): if anki.version != appVersion: print "You have libanki %s, but this is ankiqt %s" % ( anki.version, appVersion) - print "\nPlease install the latest libanki." + print "\nPlease ensure versions match." return # parse args