From 918f8f949b1ac6b017aad8f8133e4804890014ad Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 17 Feb 2011 20:33:33 +0000 Subject: [PATCH] Why was this removed? svn: r16654 --- src/gen/plug/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen/plug/utils.py b/src/gen/plug/utils.py index 0510974d0..d67ec8fa4 100644 --- a/src/gen/plug/utils.py +++ b/src/gen/plug/utils.py @@ -257,7 +257,7 @@ def load_addon_file(path, callback=None): gramps_target_version = results.get("gramps_target_version", None) id = results.get("id", None) if gramps_target_version: - + vtup = version_str_to_tup(gramps_target_version, 2) # Is it for the right version of gramps? if vtup == const.VERSION_TUPLE[0:2]: # If this version is not installed, or > installed, install it