From dbcfab0c0ddf8d425840b2d97dd9e5febf4e4222 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Thu, 25 Oct 2007 07:10:38 +0000 Subject: [PATCH] 2007-10-25 Benny Malengier * src/plugins/all_relations.py: don't import RelLib svn: r9244 --- ChangeLog | 3 +++ src/plugins/all_relations.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75a0ba492..9b75753d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-10-25 Benny Malengier + * src/plugins/all_relations.py: don't import RelLib + 2007-10-24 Benny Malengier * src/plugins.py/rel_xx.py: return order of get_relationship_distance changed. Not for pt, there that method is inherited. diff --git a/src/plugins/all_relations.py b/src/plugins/all_relations.py index 2c0f4c711..37ad3533a 100644 --- a/src/plugins/all_relations.py +++ b/src/plugins/all_relations.py @@ -33,7 +33,6 @@ from PluginUtils import register_quick_report from ReportBase import CATEGORY_QR_PERSON from PluginUtils import Tool, relationship_class, register_tool -import RelLib # define the formatting string once as a constant. Since this is reused